Render a pre-existing document from your Autype workspace by its ID. The document must belong to a PUBLIC project in your organization. Uses the latest saved document content (snapshot). You can optionally override variables or output format. Images stored in the document are resolved automatically. Returns a job ID for status polling. Credits are charged on successful completion.
API Key (starts with ak_...)
ID of the persistent document to render
Variable overrides (merged with variables defined in the document)
{ "name": "Acme Inc", "date": "2024-01-01" }Override the output format. If omitted, uses the format from the document JSON (document.type field).
pdf, docx, odt Optional webhook configuration. Receives a POST when the job completes or fails.
Render job created
Render job ID for status polling
PENDING, PROCESSING, COMPLETED, FAILED PDF, DOCX, ODT Credit cost for this render job
Autype API download URL with signed token (only when completed). Supports direct browser download.
Filename for download
Error message if failed