v1

latestOpenAPI 3.1.1MIT License2026-07-122354100.9 KB
Documents

Get file download URL

Get a presigned download URL for a document's source file. Only available for documents with source type MANAGED_FILE.

post/v1/namespace/{namespaceId}/documents/{documentId}/file-download-url

Path parameters

namespaceIdstring required

The id of the namespace (prefixed with ns_)

Example:ns_123

The id of the namespace (prefixed with ns_)

documentIdstring required

The id of the document (prefixed with doc_)

Example:doc_123

The id of the document (prefixed with doc_)

Response

The presigned download URL for the file

successtrue required