cURL
curl --request POST \ --url https://analytics-api.voiceflow.com/v1/transcript-evaluation/{evaluationID}/transcript/{transcriptID} \ --header 'Content-Type: application/json' \ --data ' { "projectID": "<string>" } '
{ "result": { "transcriptID": "<string>", "evaluationID": "<string>", "value": 123, "reason": "<string>", "cost": 123 } }
Show child attributes
Was this page helpful?