Returns a time-limited pre-signed URL to download the original file as it was uploaded (e.g. .eml, .pdf). When you GET the URL, the response is the raw file with appropriate Content-Type and Content-Disposition. Use this when you need the native format rather than the annotated JSON. The URL expires after 24 horus; 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. 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.
Time-limited URL. GET this URL to download the original document; the response is the raw file with appropriate headers.