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
Keep your API key secure!Do not share it with others or expose it in any client-side code (browsers, apps).
Production requests must be routed through your own backend server where your API key can be securely loaded from an environment variable or key management service.
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-select
endpoint to get model recommendations. - Implement: After receiving a recommendation, integrate with the recommended LLM using your preferred method or via our SDK.