← Back to catalog
transcribe.result
mock data$0.005 / callTranscription Result
Retrieve the completed transcription text, word count, confidence score, detected language, and speaker labels (if diarization was enabled). Use transcript_id from submit (AssemblyAI)
Input schema
transcript_idrequired
stringTranscript ID to get the completed transcription text for
Call via REST
curl -X POST https://unifyapi.pro/api/call/transcribe.result \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"transcript_id":"<transcript_id>"}'