Add a key-value metadata pair to a document. The pair is appended to the document’s existing metadata list.
Metadata is stored as a list of [key, value] string pairs. A document can have
multiple values for the same key.
Requires the project to use the auto-sync data versioning option.
Documentation Index
Fetch the complete documentation index at: https://docs.clarifeye.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer
UUID of the project
UUID of the document
Metadata added successfully
Document filename
URL to the document file
MIME type of the document
"application/pdf"
URL to generated PDF version (if applicable)
Origin of the document
upload, connector Metadata about the document source
Number of pages in the document
File size in bytes
List of key-value metadata pairs. Each element is a two-element array [key, value].
Requires the project to use the auto-sync data versioning option.
2 elements[["category", "Finance"], ["region", "EMEA"]]Document deletion status
active, deleting, deleted