curl --request POST \
--url https://analytics-api.voiceflow.com/v1/transcript-evaluation/{evaluationID}/transcript/{transcriptID} \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"projectID": "<string>"
}
'{
"result": {
"transcriptID": "<string>",
"evaluationID": "<string>",
"value": 123,
"reason": "<string>",
"cost": 123
}
}Run a single evaluation for the specified transcript.
curl --request POST \
--url https://analytics-api.voiceflow.com/v1/transcript-evaluation/{evaluationID}/transcript/{transcriptID} \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"projectID": "<string>"
}
'{
"result": {
"transcriptID": "<string>",
"evaluationID": "<string>",
"value": 123,
"reason": "<string>",
"cost": 123
}
}Documentation Index
Fetch the complete documentation index at: https://docs.voiceflow.com/llms.txt
Use this file to discover all available pages before exploring further.
Voiceflow API key
ID of the transcript evaluation to target.
ID of the transcript to target.
Was this page helpful?