v1

latestOpenAPI 3.1.02026-07-2268276396.6 KB
Documents

Get original document

Returns a time-limited pre-signed URL to download the private document's original file as 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 hours; request a new one if needed.

get/contents/v1/documents/{content_id}/original

Path parameters

content_idstring required
Example:E0618D0E9D3A960C1731A620EDE56B5C

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

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.

urlstring uri required

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