For the complete documentation index, see llms.txt. This page is also available as Markdown.

Synchronous document generation

post
Authorizations
X-Api-KeystringRequired
Body
formatstringOptional

Output format (currently only 'docx' supported)

Default: docx
webhookUrlstring · uri · min: 1 · max: 2083 · nullableOptional

Completion webhook URL (must be HTTPS)

Default: null
Responses
200

The generated document itself, returned as application/vnd.openxmlformats-officedocument.wordprocessingml.document with Content-Disposition: attachment; filename="document.docx". This response is a binary file, not JSON — write the body to disk rather than parsing it.

No content

post/generate/sync

No content

Last updated