Submit Extended Markdown content for rendering to PDF, DOCX, or ODT. This is a temporary render — the Markdown is not persisted and the render output expires. No document is created in your Autype workspace. The Markdown is converted to document sections automatically. Supports all Autype extended Markdown syntax (directives, charts, math, tables, etc.). Returns a job ID for status polling. Credits are charged on successful completion.
API Key (starts with ak_...)
Enable strict validation mode (validates anchors, references, citations, abbreviations)
Extended Markdown content. Will be converted to document sections automatically. Supports all Autype extended Markdown syntax (directives, charts, math, etc.)
"# Hello ${companyName}\n\nThis is a **professional** document.\n\n## Features\n\n- Item 1\n- Item 2\n"
Document settings (page size, margins, orientation, metadata). Must include "type" field.
{
"type": "pdf",
"size": "A4",
"orientation": "portrait"
}{ "name": "Acme Inc", "date": "2024-01-01" }Abbreviations map. Keys are abbreviations, values are full text
{
"API": "Application Programming Interface"
}Default styles and formatting options (fontFamily, fontSize, styles, header, footer, etc.)
Citations array (CSL-JSON format) for bibliography
Style configuration for the document
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