curl --request GET \
--url https://api.tiro.ooo/v1/external/voice-file/jobs/{jobId}/transcript \
--header 'Authorization: Bearer <token>'{
"jobId": "job-abc123",
"locales": [
"en_US"
],
"text": "Hello everyone, welcome to today's meeting..."
}Retrieve the transcribed text from a completed Voice File Job. Job status must be COMPLETED.
Documentation: How to retrieve results
curl --request GET \
--url https://api.tiro.ooo/v1/external/voice-file/jobs/{jobId}/transcript \
--header 'Authorization: Bearer <token>'{
"jobId": "job-abc123",
"locales": [
"en_US"
],
"text": "Hello everyone, welcome to today's meeting..."
}API key in format {id}.{secret}
The job ID returned from Create Voice File Job
"job-abc123"