API

API documentation is coming soon.

The REST API guide will cover HTML, URL, and upload-bundle conversion, API keys, rate limits, batch jobs, diagnostics, billing headers, webhooks, and MCP usage.

POST/api/pdf
curl https://pdf.arrowflow.app/api/pdf \
  -H "Authorization: ApiKey $ARROWFLOW_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "html": "<h1>Invoice</h1>" }'