Skip to content
@formatexio

FormaTex

The LaTeX platform for developers — editor, API, and AI in one place.

FormatEx

LaTeX platform for developers. REST API, browser editor, and AI that fixes compilation errors — no TeX Live, no Docker, no infrastructure.


Quick Start

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.pdf

Free tier at formatex.io — no credit card required.


SDKs & Integrations

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

What FormatEx Does

  • 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.

Links

Website · Documentation · API Reference · Status · Dashboard

Popular repositories Loading

  1. python-sdk python-sdk Public

    Official Python SDK for the FormaTex LaTeX-to-PDF API

    Python

  2. npm-sdk npm-sdk Public

    Official Node.js SDK for the FormaTex LaTeX-to-PDF API

    TypeScript

  3. .github .github Public

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…