# DocuQueue - PDF Generation API > DocuQueue API - generate PDFs from HTML, URLs, and templates. Fill PDF forms programmatically. REST API with async job processing, batch generation, and pre-built templates. No Docker, no infrastructure — just API calls. This file contains links to documentation sections following the llmstxt.org standard. ## Table of Contents - [DocuQueue API Documentation](https://docuqueue.com/api-docs): DocuQueue API docs for HTML to PDF, URL to PDF, templates, and PDF form filling. - [HTML to PDF API](https://docuqueue.com/html-to-pdf): Convert HTML to PDF with our REST API. Fast, reliable rendering from raw HTML. - [Web to PDF API](https://docuqueue.com/web-to-pdf): Capture any website as a PDF document. URL to PDF conversion. - [PDF Form Filling API](https://docuqueue.com/pdf-filling-api): Upload fillable PDFs, auto-detect fields, fill with JSON. - [AI PDF Form Filler](https://docuqueue.com/ai-pdf-form-filler): Free AI-powered tool to fill PDF forms using natural language. - [Bulk PDF Generator](https://docuqueue.com/bulk-pdf-generator): Generate hundreds of PDFs from CSV or Excel files. - [PDF Templates](https://docuqueue.com/templates): Pre-built templates for invoices, certificates, gift vouchers, and more. - [Document Automation](https://docuqueue.com/document-automation): Automate document workflows with AI agents. - [MCP Integration](https://docuqueue.com/#mcp): Connect Claude, ChatGPT, Copilot, or any MCP client. - [Pricing](https://docuqueue.com/pricing): Free plan with 25 credits/month. Paid plans for higher volume. - [Compare: Gotenberg](https://docuqueue.com/compare/gotenberg): DocuQueue vs Gotenberg — managed API vs self-hosted Docker. - [Compare: Puppeteer](https://docuqueue.com/compare/puppeteer): DocuQueue vs Puppeteer — API vs browser automation. - [Compare: wkhtmltopdf](https://docuqueue.com/compare/wkhtmltopdf): DocuQueue vs wkhtmltopdf — modern API vs deprecated CLI. ## API Endpoints - `POST /api/v1/convert` - Convert URLs to PDF - `POST /api/v1/convert-html` - Convert HTML to PDF - `POST /api/v1/templates/docx` - Upload DOCX template - `POST /api/v1/templates/{id}/fill` - Fill DOCX template with data - `POST /api/v1/forms/upload` - Upload PDF form for filling - `GET /api/v1/forms` - List PDF form templates - `GET /api/v1/forms/{id}` - Get form details + field schema - `PUT /api/v1/forms/{id}` - Update field mappings - `DELETE /api/v1/forms/{id}` - Delete form template - `POST /api/v1/forms/{id}/fill` - Fill PDF form with data - `POST /api/v1/forms/{id}/fill-batch` - Batch fill PDF forms ## Products - **DocuQueue API**: REST API for PDF generation and form filling - **AI PDF Form Filler**: Free web tool for filling PDFs with natural language - **Bulk PDF Generator**: Generate hundreds of PDFs from CSV/Excel - **MCP Integration**: Connect AI assistants to DocuQueue ## Authentication All API requests require an API key in the `api-key` header: ``` api-key: wp2_your_key_here ``` ## Pricing - Free: 25 credits/month - Starter: $9/month for 250 credits - Pro: $29/month for 1,000 credits - Business: $99/month for 5,000 credits