400 Bad Request
Bad Content Format
{
"error":"Bad content format",
"code":"bad_content_format"
}
The request body is not valid JSON, or the Content-Type header is not set to application/json.
403 Forbidden
{
"error": "Bad signature header",
"code": "bad_header_signature"
}
X-Processing-Signature does not match the body. Refer to Authentication.
{
"error": "No signature header",
"code": "required_header_signature"
}
The X-Processing-Signature header is missing.
{
"error": "Bad key header",
"code": "bad_header_key"
}
The X-Processing-Key header does not match your API key.
{
"error": "No key header",
"code": "required_header_key"
}
The X-Processing-Key header is missing, or the request URL is invalid.Last modified on April 28, 2026