Skip to main content
GET
Get Document
Fetch a document’s metadata plus a presigned GET URL to download its markdown content. Use the document_id from Get Session or Process Template. Presigned URLs expire — fetch fresh, don’t store.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

document_id
string
required

Document ID

Example:

"doc_9f8e7d6c"

Response

Document metadata with download URL

status
string
Example:

"success"

data
object