Order ASR (auto-captions)
To order ASR (Automatic Speech Recognition) captions, do the following:
- Create a media file: Create Media File
- Order ASR: Order ASR Service providing the
media_file_id
from above.
This will put an order on our system and immediately start producing ASR.
Getting Transcript Status
For testing purposes, you can check a transcript's status by hitting the Get Transcript by ID endpoint and checking the status
field.
For Production applications, polling endpoints for status is an anti-pattern, so you'll want to specify a callback
URL in your Order ASR Service call. Whenever the order's status changes, we'll ping your API back.
Downloading your Transcript
Once your transcript is complete (status
= complete
), you can download your transcript via the Download Transcript endpoint. There are many formats you can choose from. Check the Get Available Output Formats endpoint to see what's available.
Updated about 1 year ago