Welcome to the IronLabs API documentation. This guide will help you get
started with integrating the IronLabs API into your applications.
- Base URL: https://api.ironlabs.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 IronLabs 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.