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

HTTP Status Codes

The below are the HTTP status codes for every API request. The status codes indicate whether a particular HTTP request has been successfully completed

200

OK

The request has succeeded

201

Created

The request has been fulfilled and resulted in a new resource being created

204

No Content

The server successfully processed the request, but there is no content to return for this request

400

Bad Request

The request could not be understood by the server due to invalid syntax

401

Unauthorized

The request requires user authentication

403

Forbidden

User does not have permission to access the API

404

Not Found

The server could not find the requested resource

409

Conflict

The request could not be completed due to a conflict with the current state of the resource

412

Precondition Failed

The server does not meet one of the preconditions that the requester put on the request

500

Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request

Last updated

Was this helpful?