cURL
curl --request POST \ --url https://analytics-api.voiceflow.com/v1/transcript-evaluation \ --header 'Content-Type: application/json' \ --data ' { "projectID": "<string>", "name": "<string>", "enabled": true, "prompt": "<string>", "type": "boolean", "truePrompt": "<string>", "falsePrompt": "<string>", "description": null, "settings": null } '
{ "evaluation": { "id": "<string>", "projectID": "<string>", "name": "<string>", "description": "<string>", "default": true, "enabled": true, "averageCost": 123, "prompt": "<string>", "settings": { "model": "gpt-3.5-turbo-1106", "realtime": { "voice": "<string>", "eagerness": "<string>" }, "maxTokens": 123, "temperature": 123, "reasoningEffort": "minimal" }, "systemTag": "<string>", "type": "boolean", "truePrompt": "<string>", "falsePrompt": "<string>" } }
1 - 100
1 - 10000
boolean
250
Show child attributes
Was this page helpful?