# Response Kodları

### API&#x20;

<table><thead><tr><th width="150">Code</th><th width="222.17175953228775">Status</th><th>Description</th></tr></thead><tbody><tr><td><code>200</code></td><td>OK</td><td>All went well, you got what you asked for.</td></tr><tr><td><code>202</code></td><td>Accepted</td><td>Your request was accepted.</td></tr><tr><td><code>204</code></td><td>No Content</td><td>You are trying to retrieve a job that has not been completed yet.</td></tr><tr><td><code>400</code></td><td>Multiple error messages</td><td>Wrong request structure. It could be a misspelled parameter or an invalid value. The response body will have a more specific error message.</td></tr><tr><td><code>401</code></td><td>'Authorization header not provided' / 'Invalid authorization header' / 'Client not found'</td><td>The authorization header is missing, or your login credentials are incorrect.</td></tr><tr><td><code>403</code></td><td>Forbidden</td><td>Your account does not have access to this resource.</td></tr><tr><td><code>404</code></td><td>Not Found</td><td>The job ID you are looking for is no longer available.</td></tr><tr><td><code>422</code></td><td>Unprocessable Entity</td><td>There is something wrong with the payload you posted to us. Make sure it's a valid JSON object.</td></tr><tr><td><code>429</code></td><td>Too many requests</td><td>You exceeded the rate limit. Please get in touch with your account manager to increase your limits.</td></tr><tr><td><code>500</code></td><td>Internal Server Error</td><td>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.</td></tr><tr><td><code>524</code></td><td>Timeout</td><td>Service unavailable.</td></tr><tr><td><code>612</code></td><td>Undefined Internal Error</td><td>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 <code>faulted</code> jobs. If that doesn't work, give us a shout out.</td></tr><tr><td><code>613</code></td><td>Faulted After Too Many Retries</td><td>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 <code>faulted</code> jobs. If that doesn't work, please get in touch with us.</td></tr></tbody></table>
