Rev AI icon

Rev AI

Speech-to-text API for audio transcription, speakers, captions, jobs, and transcript results.

Supports speech-to-text jobs around submitted audio, transcript retrieval, captions, and transcription results.

Example Use Cases

These are the Rev AI actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Delete Job By ID

Tool to delete a completed transcription job and its data. Use when you need to permanently remove a finished job after confirming it's no longer needed.

Get Account

Tool to retrieve developer account details. Use after authenticating with Rev AI.

Get Captions

Tool to retrieve captions (SRT or VTT) for a completed Rev.ai transcription job. Use after confirming the job status is 'completed'.

Get Job by ID

Tool to fetch details of a transcription job by its ID. Use when confirming job status and metadata are accurate.

Get List of Jobs

Tool to get list of transcription jobs from the past 30 days. Use when you need to retrieve and paginate through recent transcription tasks.

Get Transcript by ID

Tool to retrieve the transcript of a completed Rev.ai job. Use after confirming job is complete. Supports JSON format (with timestamps and speaker info) or plain text format.

Start Stream Transcription

Tool to start a WebSocket transcription stream. Use when you need real-time speech-to-text streaming via Rev.ai.

Submit Transcription Job

Tool to submit a new transcription job. Use when you have a media URL or file bytes ready for async processing.

Delete Custom Vocabulary

Tool to delete a completed custom vocabulary and its data. Use when you need to remove an unused vocabulary after confirming it's no longer needed.

Get Custom Vocabulary Details

Tool to retrieve custom vocabulary processing details. Use when needing to fetch the status and submitted phrases for a specific custom vocabulary after creation.