v1

latestOpenAPI 3.1.1MIT License2026-07-122354100.9 KB
Documents

Get chunks download URL

Get a presigned download URL for a document's chunks. Only available for completed documents.

post/v1/namespace/{namespaceId}/documents/{documentId}/chunks-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 chunks

successtrue required