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.
When web_content is true, the returned document includes a direct URL to the publisher’s original article on the web.
The unique 32-character MD5 hex identifier for the document (e.g., 776769957735667D2F01F695EF4F1231).
^[A-F0-9]{32}$"776769957735667D2F01F695EF4F1231"
An object with a url and a web_content field is returned. When web_content is true, the returned document contains a direct link to the original web page in addition to the full analytics.
When you access the URL, you receive the complete document in JSON format with the structure: document (metadata), content (title and body blocks) and analytics (document-level metrics, events array, entities array).
"https://documents.bigdata.com/documents/776769957735667D2F01F695EF4F1231?signature=abc123..."
true when is a public URL.
false
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 - Document-level analytics, events array, and entities array.