File Converter API
API Description The File Conversion API is a lightweight and scalable service that allows developers to convert files between multiple formats through simple HTTP requests. Designed for ease of integration, the API enables applications to programmatically transform documents, images, and other supported file types without requiring complex local processing or external software. The service is…
File Converter API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Returns the current health status of the API, including uptime and memory usage. Useful for monitoring and verifying that the service is running. |
| GET |
Download Converted File /api/download/{job_id} |
Downloads a previously converted file from the server using the file name returned by the conversion endpoint. |
| POST |
API convert /api/convert |
The Convert feature allows users to upload a file and convert it into a different format through a simple API request. The service accepts supported file types, processes the… |
File Converter API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $40 / month | — |
|