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

curl https://api.notte.cc/sessions \
  -H "Authorization: Bearer $NOTTE_API_KEY"

Request headers

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