v1

latestOpenAPI 3.1.02026-07-26364986.4 KB
DocumentUploads

Get an uploaded document

Retrieve a document previously uploaded by the authenticated user. Only the user who originally uploaded the document can access it.

get/api/2026-01-01/document-uploads/{document_id}

Path parameters

document_idstring required

The ID of the document

Response

The document

idstring uuid required

Identifier for the document uploaded.

file_pathstring uri required

Presigned URL providing temporary access to the uploaded document. This URL expires after 10 minutes. To retrieve a fresh URL, use the GET endpoint with the document ID.

created_atstring date-time required

ISO 8601 timestamp when the document was uploaded.