Update document metadata
Partially update a document’s metadata. Send only the fields you want to change.
tags: Array of tag IDs (UUIDs) to assign to the document. This replaces the document’s current tag set, so you can add or remove tags by including the full list you want applied. Each ID must refer to an existing tag (use POST/contents/v1/tagsto create one, or GET/contents/v1/tagsto list IDs). If any ID is invalid, the API returns400with error codeINVALID_TAGS_ERROR.share_with_org: Whentrue, the document is available to all members of your organization. Whenfalse, only you can access it.
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.
Path Parameters
Content ID of the document to update (32-character uppercase hexadecimal string).
^[A-F0-9]{32}$"E0618D0E9D3A960C1731A620EDE56B5C"
Body
Fields to update on a document. Include only the properties you want to change.
Tag IDs to assign to the document. Replaces the current tag assignment. Every ID must exist; otherwise the API returns INVALID_TAGS_ERROR.
["019e3a99-6952-7dd4-adf5-b0b341959e11"]If true, all members of your organization can access the document. If false, only you can access it.
false
Response
Updated document metadata.
Metadata for a single document. Returned by List documents and Get document. Use the id (content_id) with Get annotated document or Get original document to retrieve the file content.
Content ID: unique 32-character uppercase hexadecimal identifier for the document. Use this when calling Get document, Get annotated document, or Get original document.
"E0618D0E9D3A960C1731A620EDE56B5C"
Original file name of the uploaded document.
"Weekly summary report.eml"
ID of the user who uploaded the document.
"user_id_001"
ID of the organization the document belongs to.
"org_id_001"
Processing status of the document.
pending, processing, completed, failed Timestamp when the document was created.
"2026-02-03T08:43:02.729356Z"
Timestamp when the document was last updated.
"2026-02-03T08:43:02.729359Z"
Timestamp when the document was published. This is the reference timestamp used for search and retrieval.
"2026-02-03T08:43:02.729359Z"
ID of the collection the document belongs to. This is applicable only for emails and attachments.
"2CBDC7DA8AE42A8A078DECC3C9FCADFB"
Size of the raw document in bytes.
18974
Origin of the content ingestion request: how the document entered the platform.
email, investment_research, sharepoint, file_upload MIME type of the document.
"message/rfc822"
List of organization IDs the document is shared with.
["org_id_001"]ID of the connector used to upload the document.
"019a9612-bfad-758c-884e-37dd8c6ad2cb"
Error code if the document processing failed.
null
Timestamp when document deletion started, if applicable.
null
Additional metadata about the file.
null
Tags associated with the document.