Skip to main content

Getting Started

Welcome to the Airon API documentation. This guide will help you get started with using the Airon API.

Authentication

The Airon API uses bearer token authentication. Include your API token in the Authorization header:
Authorization: Bearer YOUR_API_TOKEN

Base URL

All API requests should be made to:
https://api.airon.ai/v1

First Steps

  1. Obtain your API token from the Airon dashboard
  2. Make your first API call to /auth/whoami to verify your credentials
  3. Explore the available endpoints in the API reference

Rate Limits

The API has the following rate limits:
  • 1000 requests per hour for authenticated users
  • 100 requests per hour for unauthenticated requests