Documentation Index
Fetch the complete documentation index at: https://docs.irona.ai/llms.txt
Use this file to discover all available pages before exploring further.
Welcome to the Irona AI API documentation. This guide will help you get
started with integrating the Irona AI API into your applications.
- Base URL: https://api.irona.ai/api/v1/
- Content Type: The API accepts and returns JSON-encoded data.
- Authentication: API Key via Bearer Token.
Authentication
All API endpoints are authenticated using API keys picked up from the Authorization HTTP header as follows:API endpoints
You can learn more about each API endpoint via the sidebar links. Include your API key in theAuthorization header of each request:
Getting Started
- Sign Up: Create an account on Irona AI and retrieve your API key.
- Integrate: Use the
/model-selectendpoint to get model recommendations. - Implement: After receiving a recommendation, integrate with the recommended LLM using your preferred method or via our SDK.