Skip to main content
POST
Check Extended Markdown export readiness

Authorizations

Authorization
string
header
required

Short-lived, Developer-API-audience token obtained by the trusted MCP service through token exchange (mcp_at_...). Raw MCP resource tokens are rejected.

Body

application/json
content
string
required

Extended Markdown content. Will be converted to document sections automatically. Supports all Autype extended Markdown syntax (directives, charts, math, etc.)

Example:

"# Hello ${companyName}\n\nThis is a **professional** document.\n\n## Features\n\n- Item 1\n- Item 2\n"

document
object
required

Document settings (page size, margins, orientation, metadata). Must include "type" field.

Example:
variables
object
Example:
abbreviations
object

Abbreviations map. Keys are abbreviations, values are full text

Example:
defaults
object

Default styles and formatting options (fontFamily, fontSize, styles, header, footer, etc.)

stylePresetId
string

Optional workspace style UUID or immutable built-in system:. The preset is resolved server-side and merged with inline defaults. Inline defaults win.

Example:

"550e8400-e29b-41d4-a716-446655440000"

citations
object[]

Citations array (CSL-JSON format) for bibliography

style
object

Style configuration for the document

pdfProfile
enum<string>
default:standard

PDF output profile. Only valid when document.type is pdf. PDF/A and PDF/UA profiles flatten interactive form fields.

Available options:
standard,
pdfa-1b,
pdfa-2b,
pdfa-3b,
pdfua-1
webhook
object

Optional webhook configuration. Receives a POST when the job completes or fails.

Response

200 - application/json
scope
enum<string>
required
Available options:
semantic_source
scoreLabel
enum<string>
required
Available options:
semantic_source_score
requiresRenderInspection
boolean
required
Example:

true

status
enum<string>
required
Available options:
ready,
needs_attention,
blocked
score
number
required
Required range: 0 <= x <= 100
checkedAt
string
required
summary
object
required
issues
object[]
required
capabilities
object
required