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