All API requests require a Bearer token in theDocumentation Index
Fetch the complete documentation index at: https://docs.notte.cc/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
Get your API key
- Sign in to the Notte Console
- Navigate to your account settings
- Generate or copy your API key
Using the API key
Set your API key locally before calling the REST API or using the Python SDK:Request headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer token with your API key |
Content-Type | Yes | application/json for POST/PATCH requests |

