Documents
Get Document
Retrieve a document by ID with a temporary download URL
Example Request
Example Response
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Path Parameters
documentIDRequiredstringThe unique identifier of the document to retrieve
Response Body
Successfully retrieved document
idRequiredstringThe unique identifier of the document
urlRequiredstringA temporary pre-signed URL to download the document. This URL will expire after the time specified in expires_at
expires_atRequiredstringTimestamp indicating when the download URL will expire
Format:
"date-time"