Skip to main content

Errors

If you can't get 200 status code after sending the API request, it means that something went wrong.

You can check the following table to know the error code and the error message.

Table

CodeMessageExplanations
400Bad requestYour request is sent in a bad format (missing parameters)
401UnauthorizedYou are using wrong API key or accessing templates not belonged to you
404Not foundWe can't find any template based on your template_id
429Rate limit exceededYou have rendered more than your quota and please check the pricing page for more details
500Internal server errorThere are some problems happened in our servers and please try again later

Failed response example

{
"error": "Bad request",
"data": null
}