Base URL
All API requests should be sent to the following base URL:Authentication
To use the NagaAI API, you need an API key. You can get your API key from the account settings. Include your API key in theAuthorization header of your requests:
YOUR_API_KEY with your actual API key.
OpenAI API Compatibility
Our API is designed to be compatible with the OpenAI API format. This means
that features like structured outputs, tool calling, image input, and web
search work in the same way as the OpenAI API.