REST API for PDF generation, HTML to PDF conversion, and document automation. Simple, fast, reliable.
Convert URLs to PDF. Supports batch processing.
Convert raw HTML content to PDF.
Fill a template with data and generate PDF.
Check the status of a conversion job.
Download the generated PDF.
List available templates.
Get started in minutes
# 1. Convert a URL to PDF curl -X POST https://docuqueue.com/api/v1/convert \ -H "api-key: YOUR_API_KEY" \ -d '{"urls": ["https://example.com"]}' # 2. Fill a template curl -X POST https://docuqueue.com/api/v1/templates/{id}/fill \ -H "api-key: YOUR_API_KEY" \ -d '{"data": {"name": "John", "amount": 100}}' # 3. Check status and download curl https://docuqueue.com/api/v1/status/{job_id} \ -H "api-key: YOUR_API_KEY"
API key in header. No OAuth complexity. Get started in seconds.
Chromium-based rendering for accurate PDFs. Complex layouts supported.
Process multiple documents in parallel. Save time and credits.
Submit jobs and poll for status. Non-blocking workflow.
Pre-built templates or custom DOCX. Variables and line items supported.
Get notified when jobs complete. Build event-driven workflows.
Pass your API key in the `api-key` header with every request. Get your key from the dashboard.
Depends on your plan. Free: 5 req/min. Starter: 20 req/min. Pro: 50 req/min. Business: 100 req/min.
Yes. 25 credits per month. Each API call uses 1 credit.
We have SDKs for Python and Node.js. Or use any HTTP client.
Yes. Configure webhooks in your dashboard to get notified when jobs complete.
Free tier with 25 credits. No credit card required.
Try it free — no card needed