Skip to main content
POST
/
test_framework
/
v1
/
results
/
{id}
/
end_calls
End all calls in result
curl --request POST \
  --url https://api.cekura.ai/test_framework/v1/results/{id}/end_calls/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
{
  "detail": "<string>"
}

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
integer
required

A unique integer value identifying this result.

Response

No response body