For the complete documentation index, see llms.txt. This page is also available as Markdown.

Error Responses

401 Unauthorized Authentication is required and has failed.

{
  code: Unauthorized
  error: Authentication required
}

403 Forbidden The API understood the request but is refusing the connection. This is usually due to the account not having the necessary permissions

{
  code: Forbidden
  error: No access
}

501 Not Implemented This endpoint is planned but has not yet been released.

{
  code: NotImplemented
  error: Not implemented
}

Last updated

Was this helpful?