Returns a time-limited pre-signed URL to download the document in annotated (structured) JSON format. When you GET the URL, the response contains document content, metadata and annotations. The URL expires after 24 hours; request a new one if needed.
Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.
Content ID of the document (32-character uppercase hex string).
^[A-F0-9]{32}$"E0618D0E9D3A960C1731A620EDE56B5C"
The endpoint returns an object containing a pre-signed url. Perform a GET request on that URL to retrieve the annotated document in JSON format. The URL is valid for 24 hours; request a new one if needed.
Pre-signed URL that provides temporary access to the annotated document in JSON format. When you access the URL, you receive the complete document with structure: document (metadata), content (title and body blocks), profiling (processor timestamps), and analytics (document-level metrics, events array, entities array).
"https://content.bigdata.com/classified-documents/E0618D0E9D3A960C1731A620EDE56B5C.json?Expires=1770304237&Signature=abc123...&Key-Pair-Id=K34UQS1JQ2RLGM"
Returned by URL - Document metadata including source information, timestamps, and details.
Returned by URL - Document content including title, body blocks, entities, and sentences.
Returned by URL - Processor timestamps for collection.
Returned by URL - Document-level analytics, events array, and entities array.