Miftah Tools Developer Platform • v1 REST API & SDKs
High-Performance Developer API
Integrate PDF compression, AI background removal, OCR extraction, and 4K media processing directly into your apps and backends.
Your Developer API Key
Use this key in the Authorization: Bearer header.
nexora_live_sk_99a8b7c6d5e4f3a2b1ACTIVE (5,000 req/mo)
POST /api/v1/compress-pdf
Example PDF Compression Request
curl -X POST https://nexora-tools-vgti.onrender.com/api/v1/compress-pdf \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@document.pdf" \
-F "preset=balanced"Core REST API Endpoints
POST/api/v1/compress-pdf
Compress PDF documents with custom strength
POST/api/v1/pdf-to-docx
Extract text & layout into editable Word (.docx)
POST/api/v1/remove-background
Generate transparent cutout PNG
POST/api/v1/video-to-mp3
Extract 320kbps MP3 audio stream from video
POST/api/v1/image-resizer
Resize image to exact dimensions or KB limit
GET/api/v1/health
Live health status of processing clusters