Create tag
Creates a custom tag in your organization. Use the returned id when assigning tags to a document via PATCH /contents/v1/documents/{content_id} (pass tag IDs in the tags array, not names). Tag names supplied at upload time via POST /contents/v1/documents are resolved by name; for post-upload changes, use tag IDs from this endpoint or from List tags.
Documentation Index
Fetch the complete documentation index at: https://docs.bigdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.
Body
Request body for creating a custom tag.
Display name for the new tag.
"testing tag 2"
Response
The created tag, including its id for use when updating document metadata.
Detailed information about a tag.
Unique identifier for the tag.
"019a48b4-e573-7203-945a-2e7c4c164217"
Name of the tag (e.g. from:user@email.com, to:user@email.com, broker:Broker Name or a custom one provided by the user).
"from:user@email.com"
Timestamp when the tag was created.
"2025-11-03T07:53:26.150858Z"
Timestamp when the tag was last updated.
"2025-11-03T07:53:26.150859Z"
Number of files associated with this tag.
40