All Adaline API requests and SDK calls require authentication via a Bearer token (API key).Documentation Index
Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Getting Your API Key
- Log in to the Adaline Dashboard
- Follow the steps to Create API Keys.
Using Your API Key
REST API
Include your API key in theAuthorization header as a Bearer token:
TypeScript SDK
The SDK reads from theADALINE_API_KEY environment variable by default:
Python SDK
Error Responses
If authentication fails, the API returns a401 Unauthorized response:
- Missing
Authorizationheader - Malformed token (missing
Bearerprefix) - Expired or revoked API key
- Key does not have permission for the requested resource