Use this endpoint to check the status of a transcription job and retrieve the transcription results once processing is complete.

Endpoint

https://infer.voice.intron.io/file/v1/status/{file_id}

Authentication

Authorization: Bearer YOUR_API_KEY

Path Variables

ParameterTypeRequiredDescription
file_idstringYesthe file id generated in response when the file was queued

Query Parameters

ParameterTypeRequiredDescriptionDefaultOptions
get_structured_post_processingstringNoif true the post-processed results will be structured as json else it will be a MarkDown formated textff/t

Basic request and response sample

curl --location 'https://infer.voice.intron.io/file/v1/status/file-id' \
  --header 'Authorization: Bearer my-api-key'

File processing status

  1. FILE_QUEUED
  2. FILE_PENDING
  3. FILE_PROCESSING
  4. FILE_TRANSCRIBED
  5. FILE_PROCESSING_FAILED