Skip to main content
All API requests require a Bearer token in the Authorization header.

Get your API key

  1. Sign in to the Notte Console
  2. Navigate to your account settings
  3. 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:
If you want the full machine-readable API contract, the OpenAPI spec is available at:

Request headers

HeaderRequiredDescription
AuthorizationYesBearer token with your API key
Content-TypeYesapplication/json for POST/PATCH requests