Order ASR (auto-captions)

To order ASR (Automatic Speech Recognition) captions, do the following:

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.