API Pricing
Integrate FileConvertLab into your applications with our REST API.
Pro API Plan
$3/month
- ✓Loading...
- ✓Loading...
- ✓Loading...
- ✓All conversion tools
- ✓OCR in 19 languages
Get Started
Quick Start
curl -X POST "https://fileconvertlab.com/api/v1/jobs" \ -H "X-API-Key: sk_live_your_api_key" \ -F "file=@document.pdf" \ -F "operation=pdf-to-word"See the full API documentation for all endpoints and options.
API Features
PDF Conversions
Convert PDF to Word, PNG, JPEG and vice versa. Compress PDFs and edit them programmatically.
OCR Processing
Extract text from scanned documents and images. Support for 19 languages including CJK.
Office Documents
Convert between Word, Excel, PowerPoint, and PDF formats with high fidelity.
Technical Details
| Specification | Details |
|---|---|
| API Style | RESTful JSON API |
| Authentication | API Key via X-API-Key header |
| Rate Limits | Loading... |
| Max File Size | Loading... |
| Response Format | JSON with job status and download URLs |
| HTTPS | Required for all API requests |