Overview
For users who would like to access Scribe programmatically, we provide two APIs:
- The Batch API, a REST API for asynchronously transcribing audio and video files and querying the results.
- The Real Time API, a websocket API that allows for transcription of uncompressed audio as it gets produced.
Getting Started - Authentication
Use the authentication guide to retrieve and generate access tokens that will allow you to access our APIs. These tokens are associated with your user account.
Using the Batch API
Follow the Batch API development guide to transcribe a pre-recorded audio or video file. To transcribe using Human-in-the-Loop, follow our human in the loop development guide.
Using the Real Time API
For users that want to stream audio in real time using websockets, we provide the real time development guide.
Learn More
If you encounter technical issues, visit our FAQ.