POST
/
test_framework
/
v1
/
metrics-external
/
bulk_create
/
curl --request POST \
  --url https://new-prod.vocera.ai/test_framework/v1/metrics-external/bulk_create/ \
  --header 'Content-Type: application/json' \
  --header 'X-VOCERA-API-KEY: <api-key>' \
  --data '[
  {
    "name": "<string>",
    "description": "<string>",
    "agent": 123,
    "eval_type": "binary_workflow_adherence",
    "enum_values": {},
    "audio_enabled": true,
    "type": "basic",
    "prompt": "<string>",
    "evaluation_trigger": "always",
    "evaluation_trigger_prompt": "<string>"
  }
]'
[
  {
    "id": 123,
    "agent": 123,
    "name": "<string>",
    "description": "<string>",
    "type": "basic",
    "eval_type": "binary_workflow_adherence",
    "enum_values": "<any>",
    "audio_enabled": true,
    "prompt": "<string>",
    "evaluation_trigger": "always",
    "evaluation_trigger_prompt": "<string>",
    "priority_assignment_prompt": "<string>",
    "configuration": "<any>",
    "display_order": -1,
    "overall_score": "<string>",
    "total_score": "<string>",
    "knowledge_base_files": "<string>"
  }
]

Authorizations

X-VOCERA-API-KEY
string
header
required

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

Body

The body is of type object[].

Response

201
application/json

The response is of type object[].