Once you have copied your agent ID, you can use it in your API requests:
Copy
curl 'https://api.kuralynx.com/v1/send-call' \--header 'Authorization: YOUR_API_KEY_HERE' \--data '{ "agent_id": "YOUR_AGENT_ID_HERE", "call_to": "<mobile number to call with country code>"}'
Make sure you’re using the correct agent ID for the agent you want to handle the calls. Each agent has different configurations and capabilities.