Skip to main content

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

Bad signature header

{
  "error": "Bad signature header",
  "code": "bad_header_signature"
}
X-Processing-Signature does not match the body. Refer to Authentication.

No signature header

{
  "error": "No signature header",
  "code": "required_header_signature"
}
The X-Processing-Signature header is missing.

Bad key header

{
  "error": "Bad key header",
  "code": "bad_header_key"
}
The X-Processing-Key header does not match your API key.

No key header

{
  "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