Base URL

We enforce HTTPS in every request to improve data security and integrity. The API does not support HTTP. All requests contain the following base URL https://api.notte.cc

Authentication

Notte uses API keys for authentication. Get yours on our API keys dashboard for free.

Keep your keys secure! Do not share them or expose them in client-side code. For production requests, securely load your key from an environment variable or other service in your backend server.

All REST API requests should include your API key in an Bearer HTTP header

'Bearer': NOTTE_API_KEY

Response codes

Notte uses standard HTTP codes to indicate the success or failure of your requests.

StatusDescription
200Successful request.
400Check that the parameters were correct.
401The API key used was missing.
403The API key used was invalid.
404The resource was not found.
429The rate limit was exceeded.
5xxIndicates an error with Notte servers.