To use the Kuralynx API, you’ll need to generate an API key from your dashboard. Follow these steps to create your API key:

Step 1: Access Settings

Navigate to your Kuralynx dashboard and click on the Settings option in the navigation menu.

Step 2: Navigate to API Keys

In the settings menu, locate and click on the API Keys section.

Step 3: Generate New API Key

Click on the Generate Key button to create a new API key for your account.

Step 4: Copy Your API Key

Once generated, your API key will be displayed. Make sure to copy and securely store this key as it won’t be shown again.

Using Your API Key

Once you have your API key, include it in the Authorization header of your API requests:

curl 'https://api.kuralynx.com/v1/send-call' \
--header 'Authorization: YOUR_API_KEY_HERE' \
--data '{
    "agent_id": "<agent_id>",
    "call_to": "<mobile number to call with country code>"
}'

Keep your API key secure and never share it publicly. If you suspect your key has been compromised, you can regenerate it from the dashboard.