Skip to main content

Error response format

All APIs follow the JSON:API error format. Errors are returned as an array in the errors field:
Only detail is guaranteed to be present. All other fields are optional.

HTTP status codes

Common errors

Your access token is missing, expired, or invalid.Fix: Request a new access token from the authentication endpoint. Tokens expire after 300 seconds (5 minutes).
The request body contains invalid data. Check the detail and source fields to identify the issue.
The resource you referenced doesn’t exist. This typically means a template ID, user ID, or presentation ID is incorrect or has been deleted.
The resource you are trying to create already exists.
An unexpected error occurred on the server. This is not caused by your request. Retry after a short delay; if the issue persists, contact support.