The Kalimna API uses API keys to authenticate requests. You need to include your API key in the header of each request you make to the API.Documentation Index
Fetch the complete documentation index at: https://docs.kalimna.ai/llms.txt
Use this file to discover all available pages before exploring further.
Obtaining an API Key
To obtain an API key:- Log in to your Kalimna account at https://app.kalimna.ai
- Navigate to the “API Keys” page
- Click on the “Create new API Key” button
- Copy your new API key and store it securely
Using the API Key
Include your API key in theAuthorization header of each request:
YOUR_API_KEY with your actual API key.
Example Request
Here’s an example of how to include the API key in a cURL request:YOUR_API_KEY with your actual API key when making requests.
