LaTeX platform for developers. REST API, browser editor, and AI that fixes compilation errors — no TeX Live, no Docker, no infrastructure.
curl -X POST https://api.formatex.io/v1/compile \
-H "X-API-Key: fx_your_key" \
-H "Content-Type: application/json" \
-d '{"latex": "\\documentclass{article}\\begin{document}Hello, PDF.\\end{document}"}' \
--output output.pdfFree tier at formatex.io — no credit card required.
| Repository | Description | Language |
|---|---|---|
| npm-sdk | Official Node.js / TypeScript SDK | TypeScript |
| python-sdk | Official Python SDK | Python |
| github-action | Compile LaTeX in CI/CD pipelines | YAML |
| zapier-app | Zapier integration | — |
| n8n-nodes-formatex | n8n automation node | TypeScript |
- REST API — POST LaTeX, GET a PDF. Four engines: pdflatex, xelatex, lualatex, latexmk.
- Smart Compile — auto-detects the right engine, auto-fixes LLM-generated LaTeX errors.
- Browser Editor — collaborative LaTeX editor with real-time preview and AI assistance.
- Templates — define a LaTeX template with variables, send JSON, receive a typeset PDF.
- Async Queue + Webhooks — fire-and-forget compilation for large documents.
Website · Documentation · API Reference · Status · Dashboard