v1

latestOpenAPI 3.0.32026-07-26229361630.0 KB
documents

Get Document

Fetch a document's metadata and a presigned GET URL to download its content (markdown). Use this to retrieve generated notes by document_id — e.g. the document_id returned by Get Session or Process Template.

get/voice/api/v1/documents/{document_id}

Path parameters

document_idstring required
Example:doc_9f8e7d6c

Document ID

Response

Document metadata with download URL

statusstring

Example response

{
  "status": "success",
  "data": {
    "type": "markdown",
    "status": "success"
  }
}