POST
/
test_framework
/
v1
/
scenarios-external
/
create_scenario_from_transcript
/
curl --request POST \
  --url https://new-prod.vocera.ai/test_framework/v1/scenarios-external/create_scenario_from_transcript/ \
  --header 'Content-Type: application/json' \
  --header 'X-VOCERA-API-KEY: <api-key>' \
  --data '{
  "personality": 123,
  "agent": 123,
  "assistant_id": "<string>",
  "transcript_json": {},
  "name": "<string>",
  "expected_outcome_prompt": "<string>"
}'
{
  "id": 123,
  "name": "<string>",
  "personality_name": "<string>",
  "phone_number": "<string>",
  "expected_outcome_prompt": "<string>",
  "instructions": "<string>",
  "scenario_language": "ar",
  "tags": "<any>"
}

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.