Response Kodları
API
200
OK
All went well, you got what you asked for.
202
Accepted
Your request was accepted.
204
No Content
You are trying to retrieve a job that has not been completed yet.
400
Multiple error messages
Wrong request structure. It could be a misspelled parameter or an invalid value. The response body will have a more specific error message.
401
'Authorization header not provided' / 'Invalid authorization header' / 'Client not found'
The authorization header is missing, or your login credentials are incorrect.
403
Forbidden
Your account does not have access to this resource.
404
Not Found
The job ID you are looking for is no longer available.
422
Unprocessable Entity
There is something wrong with the payload you posted to us. Make sure it's a valid JSON object.
429
Too many requests
You exceeded the rate limit. Please get in touch with your account manager to increase your limits.
500
Internal Server Error
We're experiencing some issues on our side. Please try again a bit later. We're probably aware of the issues, but you can give us a shout and report it anyway.
524
Timeout
Service unavailable.
612
Undefined Internal Error
Something went wrong and we failed the job you submitted. You can try again at no extra cost, as we don't charge you for faulted
jobs. If that doesn't work, give us a shout out.
613
Faulted After Too Many Retries
Something went wrong, and we failed the job you submitted. You can try again at no extra cost, as we don't charge you for faulted
jobs. If that doesn't work, please get in touch with us.
Last updated
Was this helpful?