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

Errors

Errors can be seen in the following formats with the 400 HTTP status code:

Public key error

{
    "status": "error",
    "message": "public key is required",
    "data": null
}

Authorisation error

{
    "status": "error",
    "message": "Authorization required",
    "data": null
}

Bad request error

{
    "status": "Bad Request",
    "message": "Bad Request"
}

Last updated