Core resources
Create a document
Generate a structured document from a short intent, or transform pasted content. The response returns a document you can preview and export.
POST/v1/documents
Body parameters
Transform instead
Send raw content to /v1/documents/transform to reshape notes, transcripts, or drafts into the same structured document.
Response
{
"id": "doc_8f2a91",
"status": "draft",
"sections": [
{ "id": "sec_1", "title": "Executive Summary" },
{ "id": "sec_2", "title": "Scope" }
]
}