UnifyAPI
← Back to catalog

transcribe.result

mock data$0.005 / call

Transcription 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)

AI & MLprovider: Transcribe#transcribe#ai

Input schema

transcript_idrequired

Transcript ID to get the completed transcription text for

string

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

Try it

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