API Information
This section provides essential information for interacting with the NagaAI API.
Base URL
All API requests should be sent to the following base URL:
https://api.naga.ac/v1
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 the Authorization
header of your requests:
Authorization: Bearer YOUR_API_KEY
Replace 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.
For a complete API reference, please visit https://api.naga.ac/docs.