Skip to main content
POST
/
test_framework
/
v1
/
runs
/
{id}
/
end_call
End a single call
curl --request POST \
  --url https://api.cekura.ai/test_framework/v1/runs/{id}/end_call/ \
  --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 run.

Response

No response body