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

Errors

Error response example:

{
    "jsonapi": {
        "version": "1.1"
    },
    "errors": [
        {
            "status": "401",
            "title": "Unauthorized",
            "detail": "You are not authorized to perform this action."
        }
    ]
}

Last updated