DocJet Documentation
DocJet is a document-generation API: POST /v1/render with a template ID (or raw HTML) plus JSON data, get a branded PDF back. POST /v1/image does the same for PNG social images.
Base URL: https://api.docjet.dev · Auth: Authorization: Bearer <api_key>
cURL quickstart Signup, first render, signed URLs — 60 seconds.
JavaScript / TypeScript SDK npm install docjet — typed client + webhook verify.
Python SDK pip install docjet — typed client + webhook verify.
MCP server Render PDFs from Claude, Cursor or any MCP client.
n8n community node Render documents inside n8n workflows.
Webhooks & signatures Async delivery with HMAC-signed callbacks.
Errors & limits The full error taxonomy, rate limits and quotas.