Authentication
Last updated
Last updated
We enforce HTTPS in every request to ensure data security and integrity. The API does not support HTTP. All requests should use the following base URL:
NotexAI uses API keys for authentication. You can obtain your API key for free on our .
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 another secure service in your backend server.
All REST API requests should include your API key in a Bearer HTTP header:
NotexAI uses standard HTTP codes to indicate the success or failure of your requests:
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 NotexAI servers.