POST
/
test_framework
/
v1
/
runs-external
/
improve_prompt
/
curl --request POST \
  --url https://new-prod.vocera.ai/test_framework/v1/runs-external/improve_prompt/ \
  --header 'Content-Type: application/json' \
  --header 'X-VOCERA-API-KEY: <api-key>' \
  --data '{
  "prompt": "<string>",
  "category_ids": [
    123
  ],
  "workflow_metric_ids": [
    123
  ],
  "run_ids": [
    123
  ]
}'
{
  "improved_prompt": "<string>",
  "summary_of_changes": "<string>"
}

Authorizations

X-VOCERA-API-KEY
string
header
required

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

Body

Response

200
application/json

The response is of type object.