v1

latestOpenAPI 3.1.02026-07-2268276396.6 KB
Search

Fetch document

Returns a time-limited pre-signed URL for downloading the document in annotated (structured) JSON format. Issuing a GET request to that URL returns the document's content, metadata, and annotations. The URL expires after 24 hours; request a new one when it does.

This endpoint works for any document in Bigdata, whether it originates from the RavenPack catalog or from your own processed files.

When web_content is true, the returned document also includes a direct URL to the publisher's original article on the web.

get/v1/documents/{document_id}

Path parameters

document_idstring required
Example:776769957735667D2F01F695EF4F1231

The unique 32-character MD5 hex identifier for the document (e.g., 776769957735667D2F01F695EF4F1231).

Response

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.

web_contentboolean

true when is a public URL.

urlstring uri required

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). In the case of transcript-style documents, the document metadata includes normalized event context (participants, reporting fields, timestamps_utc). This is available for Factset documents, other providers like Quartr or Third Bridge will be available soon.