REST API for converting files (documents, images, audio, video) and downloading results. Use the file conversion API to convert PDF to Word, images to PDF, audio to MP3, video to MP4, and many other formats. Batch conversion supported. API access requires a paid plan (Basic, Pro, or Ultra).
Send your API key with every request: Authorization: Bearer YOUR_API_KEY or X-API-Key: YOUR_API_KEY. Create an API key in account settings. See pricing for API plans.
download_ready is true.After submitting a conversion, poll the status endpoint every few seconds; when download_ready is true, call the download endpoint. Use the API for document conversion (e.g. PDF to DOCX), image conversion, audio and video conversion in your app or scripts. See the interactive reference below for request/response schemas and examples.