Skip to main content
POST
Organize into a folder

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY). Your Plaud account credentials are stored server-side — you do not send them.

Body

application/json
file_ids
string[]
required
Minimum array length: 1
tag_name
string
required
color
string

Optional; only used when creating a new tag.

icon
string

Optional 4-char hex glyph code; only used when creating.

match_mode
enum<string>
default:exact

exact = case-sensitive match; fold = case-insensitive.

Available options:
exact,
fold
create_if_missing
boolean
default:true

Create the tag when no match exists.

Response

Organize result

tag
object
tag_created
boolean

True if the tag was created during this call.

files_assigned
integer