Errors return JSON with anDocumentation Index
Fetch the complete documentation index at: https://docs.convertly.sh/llms.txt
Use this file to discover all available pages before exploring further.
error string.
Status codes
| Status | Meaning |
|---|---|
400 | Invalid settings, invalid JSON, or missing required form fields. |
401 | Missing, invalid, or unauthenticated API key/session. |
402 | Monthly quota exceeded and overage is not enabled. |
403 | Plan limit, locked format, storage limit, or feature restriction. |
404 | Job, file, folder, or webhook was not found. |
409 | The requested action conflicts with current state, such as cancelling a processing job. |
413 | Uploaded file exceeds the current plan file-size limit. |
415 | Unsupported media type or unsupported compression format. |
422 | Currency conversion failed because no active rate path was available or the request could not be processed. |
429 | Per-minute rate limit or anonymous limit exceeded. |
500 | Convertly could not complete the request. |
503 | Queue or storage dependency is unavailable. |
Retry guidance
Retry429 after the current minute window resets. Retry 503 with backoff. Do not retry 400, 401, 403, or 415 without changing the request.