Authentication
To authenticate API requests, you need to include anX-API-Key header with your API key in each request.
Example
Here is an example of how to include theX-API-Key header in a request:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Kollie AI API Authentication
X-API-Key header with your API key in each request.
X-API-Key header in a request:
curl -X GET "https://api.kollie.ai/api/v1/your-endpoint" \
-H "X-API-Key: your_api_token"
