Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bespot.com/llms.txt

Use this file to discover all available pages before exploring further.

Errors

Bespot API uses HTTP status codes to communicate errors. An error_code, description JSON structure is used. See below.

403 Forbidden

{
    "error_code": "forbidden-user",
    "description": "Invalid API Key"
}