← Back to catalog
transcribe.status
mock data$0.003 / callTranscription Status
Check the status of a transcription job by transcript_id — queued, processing, completed, or error. Returns audio duration when completed (AssemblyAI)
Input schema
transcript_idrequired
stringTranscript ID returned from transcribe.submit (e.g. "aa8f42b3-e81e-453a-b010-a074ae76403b")
Call via REST
curl -X POST https://unifyapi.pro/api/call/transcribe.status \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"transcript_id":"<transcript_id>"}'