cURL
curl --request POST \ --url https://api.cekura.ai/test_framework/v1/runs/{id}/end_call/ \ --header 'X-CEKURA-API-KEY: <api-key>'
{ "detail": "<string>" }
Terminates the active call associated with this specific run. This will end the ongoing phone call or chat session for this run.
API Key Authentication. It should be included in the header of each request.
A unique integer value identifying this run.
No response body