Skip to content

Get Pandoc Status

GET
/api/writing/export/pandoc-status

🔍 Check Pandoc installation status.

Returns information about Pandoc availability for PDF/DOCX export. Useful for determining which export formats are available.

Returns: dict[str, object]: Status information including availability, version, supported formats, and install instructions if not available

Example Response: { “available”: true, “pdf_supported”: true, “docx_supported”: true, “md_supported”: true, “html_supported”: true, “txt_supported”: true, “install_instructions”: null }

Successful Response

Response Get Pandoc Status Api Writing Export Pandoc Status Get
object
key
additional properties
any