Update a specific document’s metadata
The unique identifier of the document to update
Document updated successfully
Unique identifier for the document
"d8-5c71baca86fc"
Updated name of the document
"Updated Document Name"
URL of the document
"https://docs.example.com/"
Current status of the document processing. Possible values: started, processing, ready, error, recrawling.
started, processing, ready, error, recrawling "ready"
Processing progress as a percentage (0-100). Null when processing has not started or is complete.
null
Descriptive error message when processing fails. Only present when status is error. Common reasons include: document URL is unreachable, content format is unsupported, parsing failed, or rate limits exceeded.
ISO 8601 timestamp of when the document was created
"2024-01-01T12:00:00Z"
ISO 8601 timestamp of when the document was last updated
"2024-01-01T13:00:00Z"
URL that receives status updates
"https://your-server.com/webhook"
Updated array of document tags
["docs", "website", "updated"]The crawl configuration used for this document (only present for crawled websites)
List of URLs that were crawled (only present for crawled websites after processing completes)
[
"https://docs.example.com/",
"https://docs.example.com/getting-started",
"https://docs.example.com/api"
]ISO 8601 timestamp of when the document was last crawled
"2024-01-01T12:00:00Z"
Number of times the document has been crawled
1