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
| Parameter | Type | Required | Description |
|---|
file_id | string | Yes | the file id generated in response when the file was queued |
Query Parameters
| Parameter | Type | Required | Description | Default | Options |
|---|
get_structured_post_processing | string | No | if true the post-processed results will be structured as json else it will be a MarkDown formated text | f | f/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
- FILE_QUEUED
- FILE_PENDING
- FILE_PROCESSING
- FILE_TRANSCRIBED
- FILE_PROCESSING_FAILED
Rate Limits
100 requests per minute
Rate limit headers included in response
Retry-After: (delay-seconds) indicates time in seconds to retry