Transform your documents with our powerful REST API. Perfect for automation, workflows, and AI-powered document processing.
✓ RESTful JSON API
✓ Bearer Token Authentication
✓ Multiple Output Formats
✓ AI-Powered Processing
Everything you need for automated document processing
Process DOCX templates with dynamic placeholders
Process documents directly from URLs
Intelligent content analysis and filling
DOCX, PDF, Markdown, HTML conversion
Get started with these basic examples
Fill template placeholders with your data and get a processed document back.
Let AI analyze your content and automatically fill document templates.
To use the Docxer API, you need an API token. All requests must include the Authorization header:
Need an API token? Login to access the full documentation and create your tokens.
Revolutionary AI-Powered Workflow Integration: Our n8n-based MCP (Model Context Protocol) Server enables workflows to autonomously select the perfect template for any document processing task.
Content → AI Analysis → Template Selection → Document Generation
Complete API reference available after login
Method | Endpoint | Description |
---|---|---|
POST | /api/templates |
List all available templates |
POST | /api/template/process |
Process template with data |
POST | /api/url_replacer |
Process document from URL |
POST | /api/url_aifiller |
AI-powered document processing |
POST | /api/md2docx |
Convert Markdown to DOCX/PDF |
POST | /api/html2docx |
Convert HTML to DOCX/PDF |