Documentation
Learn how to integrate and use Drafidox APIs
Drafidox API Documentation
Build powerful document processing workflows with our REST API. Extract text, convert files, and automate your document pipeline.
Authentication
Learn how to authenticate your requests using your API key
Rate Limiting
Understand rate limits and manage your API quotas effectively
API Tools
Explore all available document conversion and processing tools
Step 1: Get Your API Key
Sign in to your Drafidox account and navigate to API Keys to generate your key.
Step 2: Add the Key to Your Request
Include your API key in the X-API-Key header with every request.
X-API-Key: your_api_key_hereStep 3: Make Your First Request
curl -X POST https://api.drafidox.com/api/pdf/to-text \
-H "X-API-Key: your_api_key_here" \
-F "file=@document.pdf"API Key Authentication
All requests must include your API key in the X-API-Key header. You can generate and manage your keys from the dashboard.
GET /api/pdf/to-text
Host: api.drafidox.com
X-API-Key: sk_live_abc123xyz456...
Content-Type: application/jsonKeep Your Key Secret
Never expose your API key in client-side code, public repos, or logs. Rotate it immediately if compromised.
Available API Tools
Drafidox provides 11 powerful document processing tools. Each tool accepts multipart/form-data requests.