cURL
curl --request POST \ --url https://analytics-api.voiceflow.com/v1/transcript-evaluation/queue \ --header 'Content-Type: application/json' \ --data ' { "projectID": "<string>", "evaluationIDs": [ "<string>" ], "transcriptIDs": [ "<string>" ] } '
{ "transcriptCount": 123, "evaluationCount": 123, "warning": { "type": "quota_exceeded", "message": "<string>", "skippedTranscriptIDs": [ "<string>" ] } }
1 - 10
1 - 100
One or more transcripts were successfully queued for evaluation. A warning will be returned if the per-project queue limit was exceeded including details of all skipped transcripts.
The total number of transcripts queued for one or more evaluation.
The total number of evaluations queued across all transcripts.
Returned when the per-project quota for queuing evaluations has been exceeded.
Show child attributes
Was this page helpful?