UnifyAPI
← Back to catalog

transcribe.status

mock data$0.003 / call

Transcription Status

Check the status of a transcription job by transcript_id — queued, processing, completed, or error. Returns audio duration when completed (AssemblyAI)

AI & MLprovider: Transcribe#transcribe#ai

Input schema

transcript_idrequired

Transcript ID returned from transcribe.submit (e.g. "aa8f42b3-e81e-453a-b010-a074ae76403b")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.