Every Spote API request must include anDocumentation Index
Fetch the complete documentation index at: https://docs.spote.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header with your Personal Access Token (PAT). Tokens start with spote_ and are generated from your Settings page. The raw token value is shown only once at creation time — the server stores only a hashed representation.
Getting a token
Generate a Personal Access Token from your Spote Settings page. See Personal Access Tokens for a step-by-step guide.Using the token
Pass the token as a Bearer token in theAuthorization header of every request:
Token format
Tokens follow the formatspote_<32 hex characters>:
Error responses
| Status | Description |
|---|---|
| 401 Unauthorized | The Authorization header is missing or the token is invalid. |
| 403 Forbidden | The token is valid but does not have access to the requested resource. |