Render a persistent document
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.
Documentation Index
Fetch the complete documentation index at: https://docs.autype.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key (starts with ak_...)
Path Parameters
ID of the persistent document to render
Body
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.
Response
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
