API ErrorsWhen something goes wrong with your request an error message is returned to signal the issue along with the respective HTTP status code. 400 Bad RequestRequesting the server for something that it does not understand or is invalid Examples
401 UnauthorizedYou will get this error when the authentication fails. This happens when the user provides a bad access key or a bad signature. Examples
402 Payment RequiredA premium subscription is needed to request transformations from the server. Example
404 Not FoundTrying to retrieve a nonexistent or deleted resource results in a 404. Examples
500 Internal Server ErrorIf a server error occur when processing your request you are notified as our support team. You may still contact us to report the problem. Examples
501 Not ImplementedWhen you request for some functionality that is not implemented you will get this error. Example
|
IntroDocsDownload |
|
|