400 | Bad Request | The request is malformed or missing required parameters. Check query parameters and request body. |
401 | Unauthorized | No valid credentials provided. The JWT is missing, expired, or malformed. Re-authenticate at id.briefedmedia.com. |
403 | Forbidden | The authenticated user does not have permission to access this resource. The JWT may lack the required products.consumer_signals claim, or the endpoint is restricted to a higher plan tier. |
404 | Not Found | The requested resource does not exist. Verify the endpoint path and any resource identifiers. |
429 | Too Many Requests | Rate limit exceeded on an AI-powered endpoint. Back off and retry after the duration specified in the Retry-After header. See Rate Limits. |
502 | Bad Gateway | An upstream service returned an invalid response. This is typically transient. Retry after a brief delay. |
503 | Service Unavailable | The service is temporarily unavailable due to maintenance or overload. Retry with exponential backoff. |
504 | Gateway Timeout | An upstream service did not respond in time. This may occur on complex AI-powered requests. Retry after a brief delay. |