Authorizations
Path Parameters
The unique identifier of the document to retrieve
Response
Document details
Unique identifier for the document
Example:
"d290f1ee-6c54-4b01-90e6-d701748f0851"
Name of the document
Example:
"Important Document"
URL of the document
Example:
"https://example.com/document.pdf"
Current status of the document processing
Example:
"ready"
ISO 8601 timestamp of when the document was created
Example:
"2024-01-01T12:00:00Z"
ISO 8601 timestamp of when the document was last updated
Example:
"2024-01-01T12:05:00Z"
URL that receives status updates
Example:
"https://your-server.com/webhook"
Array of document tags
Example:
["important", "meeting"]
Additional document properties
Example:
{ "department": "sales", "priority": "high" }