Skip to main content
Errors use a JSON response with an error field.
{
  "error": "Invalid API key"
}

Request limits

The API allows 100 requests per minute for each workspace. A request over the limit returns 429.

Status codes

StatusMeaning
400The request is missing a required value or contains invalid JSON.
401The API key is missing or invalid.
404The requested resource was not found.
405The endpoint does not support the request method.
429The request limit was exceeded.