v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
Tags

Create a tag

Create a tag

post/v3/tags

Request body

namestring required
workspacestring required

Uniquely identify a workspace.

Example request

{
  "workspace": "mEFayXdO"
}

Response

Successfully created a tag.

idinteger required

Uniquely identify a tag.

namestring required
workspacestring required

Uniquely identify a workspace.

documentCountinteger required

Number of documents tagged with this.

Example response

{
  "id": 1,
  "workspace": "mEFayXdO"
}