Skip to main content
POST
/
test_framework
/
v1
/
scenarios
/
improve_instructions
cURL
curl --request POST \
  --url https://api.cekura.ai/test_framework/v1/scenarios/improve_instructions/ \
  --header 'Content-Type: application/json' \
  --header 'X-CEKURA-API-KEY: <api-key>' \
  --data '
{
  "agent": 123,
  "extra_instructions": "<string>",
  "current_instructions": "<string>"
}
'
{
  "progress_id": "<string>",
  "project_id": 123
}

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
extra_instructions
string
required
current_instructions
string

Response

progress_id
string
required
project_id
integer
required