Automate Rev AI for free on Stepper

Rev AI provides developer-first speech-to-text and language AI APIs covering asynchronous transcription, captions, summarization, translation, sentiment analysis, topic extraction, language identification, and custom vocabularies.

I want to integratewithSee how to connect Rev AI to ...

Triggers available for Rev AI on Stepper

New Transcribed Job

Triggers when a transcription job completes successfully.

New Failed Job

Triggers when a transcription job fails (download failure, processing error, etc.).

Actions available for Rev AI on Stepper

Transcribe Audio

Submits an audio or video URL to Rev AI for asynchronous transcription. The workflow pauses until Rev AI POSTs the completion webhook, then resumes with the job payload as the action output.

  • 23 parameter s

Identify Language

Submits an audio source for asynchronous language identification. The workflow pauses until Rev AI POSTs the completion webhook. Use Get Result downstream to fetch the language confidences.

  • 3 parameter s

Analyze Sentiment

Runs sentiment analysis on a transcript or media source. Provide either plain text, a Rev AI JSON transcript, or a source URL.

  • 7 parameter s

Extract Topics

Extracts topics from a transcript or media source. Provide either plain text, a Rev AI JSON transcript, or a source URL.

  • 7 parameter s

Create Custom Vocabulary

Creates a reusable custom vocabulary that can be referenced by future transcription jobs.

  • 2 parameter s

Delete Transcription Job

Permanently deletes a transcription job and its results.

  • 1 parameter s

Delete Custom Vocabulary

Deletes a saved custom vocabulary.

  • 1 parameter s

Get Transcript

Retrieves the transcript for a completed transcription job in either structured JSON or plain text.

  • 4 parameter s

Get Captions

Retrieves captions for a completed job in SRT or WebVTT format.

  • 2 parameter s

Get Summary

Retrieves the AI-generated summary for a transcription job that was submitted with summarization enabled.

  • 1 parameter s

Get Translated Transcript

Retrieves the transcript translated into a target language for a transcription job that was submitted with translation enabled.

  • 3 parameter s

Get Transcription Job

Retrieves status and metadata for a single transcription job.

  • 1 parameter s

Get Account

Retrieves the authenticated account's email and balance information.

List Transcription Jobs

Lists transcription jobs from the last 30 days. Supports cursor pagination.

Make HTTP Request

Make an HTTP request to any URL with full control over method, headers, and body.