v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
Tags

Add a tag to documents

Add a tag to documents. Tags are used to group documents together. Tags can be used to filter documents.

post/v3/documents/batch_add_tag

Request body

identifiersDocumentMetaPropertiesIdentifier[]

List of documents to tag

taginteger

The tag's ID

Example request

{
  "tag": 1
}

Response

Document successfully tagged