Document Management
get_document_download_url
Generate a presigned URL to download a document’s raw file content
Parameters
document_id
(str): External ID of the document.expires_in
(int, optional): URL expiration time in seconds. Default is 3600 (1 hour).
Returns
Dict[str, Any]
containing:download_url
– presigned URL usable in a browser orrequests.get
.filename
,content_type
,expires_in
,document_id
(echoed back).