cURL
curl --request POST \ --url https://api.cekura.ai/test_framework/v1/aiagents/{agent_id}/tool/{tool_name}/ \ --header 'Content-Type: application/json' \ --header 'X-CEKURA-API-KEY: <api-key>' \ --data '{ "user_id": 1 }'
{ "name": "John Doe", "age": 30, "email": "[email protected]" }
Execute tool by matching input and returning corresponding output
API Key Authentication. It should be included in the header of each request.