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

Status Object

Every response includes the status object which indicates if the request was successful. If it is not successful, 'message' specifies the cause of the error.

{
  "status": {
      "code": 200,
      "message": "success"
  }
}

Last updated

Was this helpful?