Skip to main content
GET
/
contents
/
v1
/
documents
/
{content_id}
/
original
Get original document
curl --request GET \
  --url https://api.bigdata.com/contents/v1/documents/{content_id}/original \
  --header 'X-API-KEY: <api-key>'
{
  "url": "https://content.bigdata.com/uploaded-documents/E0618D0E9D3A960C1731A620EDE56B5C?response-content-type=message%2Frfc822&response-content-disposition=attachment%3Bfilename%3DEconomic+events+this+week.eml&Expires=1770304294&Signature=abc123...&Key-Pair-Id=K34UQS1JQ2RLGM"
}

Authorizations

X-API-KEY
string
header
required

Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.

Path Parameters

content_id
string
required

Content ID of the document (32-character uppercase hex string).

Example:

"E0618D0E9D3A960C1731A620EDE56B5C"

Response

Object containing a pre-signed url. GET the URL to download the original file; response headers include Content-Type and Content-Disposition for saving the file. The URL is valid for 24 hours.

url
string<uri>
required

Time-limited URL. GET this URL to download the original document; the response is the raw file with appropriate headers.