Returns a time-limited pre-signed URL that you use to download the document in annotated (structured) JSON format. When you GET the URL, the response contains document metadata and content (title, body blocks, entities, sentences with sentiment). Use this for search indexing, entity extraction, or display of structured content. 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).
"E0618D0E9D3A960C1731A620EDE56B5C"
Object containing a pre-signed url. Perform a GET request on that URL to retrieve the annotated document as JSON (document metadata plus content with title, body, entities, sentences). The URL is valid for 24 hours.
Response contains a pre-signed url. GET the URL to receive the document in JSON with structure: { document: {...}, content: {...} } (metadata, title, body blocks, entities, sentences).
Pre-signed URL that provides temporary access to the annotated document in JSON format.
"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.