Get Started
Authentication
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
Response codes
Notte uses standard HTTP codes to indicate the success or failure of your requests.
Status | Description |
---|---|
200 | Successful request. |
400 | Check that the parameters were correct. |
401 | The API key used was missing. |
403 | The API key used was invalid. |
404 | The resource was not found. |
429 | The rate limit was exceeded. |
5xx | Indicates an error with Notte servers. |