Skip to main content
POST
/
test_framework
/
v1
/
metrics
/
generate_clean_description_bg
Start async clean description generation
curl --request POST \
  --url https://api.cekura.ai/test_framework/v1/metrics/generate_clean_description_bg/ \
  --header 'Content-Type: application/json' \
  --header 'X-CEKURA-API-KEY: <api-key>' \
  --data '
{
  "agent": 123,
  "metric_description": "<string>"
}
'
{
  "progress_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cekura.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-CEKURA-API-KEY
string
header
required

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

Body

agent
integer
required
metric_description
string
required
eval_type
enum<string>
required
  • boolean - boolean
  • numeric - numeric
  • rating - rating
  • enum - enum
Available options:
boolean,
numeric,
rating,
enum

Response

200 - application/json
progress_id
string
required