File Convert Lab
# FileConvertLab REST API ## Overview FileConvertLab provides a REST API for file conversion and document processing. The API enables developers to integrate file transformation capabilities into their applications, supporting 80+ format combinations across documents, images, video, audio, and archives. The API uses asynchronous job processing: you submit a conversion request, receive a job ID,…
File Convert Lab endpoints
| Method | Endpoint | Description |
|---|---|---|
| Jobs | ||
| GET |
getJob /api/v1/jobs/{jobId} |
Get the current status and result of a conversion job |
| GET |
listJobs /api/v1/jobs |
List conversion jobs for the authenticated user or IP address |
| GET |
downloadResult /api/v1/jobs/{jobId}/download |
Download the converted file. Only available for completed jobs. |
| POST |
createJob /api/v1/jobs |
Upload a file and create an async conversion job. Returns job ID for status polling. |
File Convert Lab pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| PRO Recommended | $3 / month | 100 / minute |
|