Rev

Affordable, accurate, easy-to-use speech-to-text solutions powered by people and A.I working together. Rev offers transcripts, captions, subtitles, and more.

Go to site

Rev API Integrations

Build and run workflows using the Rev API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With Rev's API, you can build integrations that access the full range of professional services our platform offers. This includes text, audio, and video transcription, translation, and captioning - Faster, and at scale.

Here are some examples of what you can create with the Rev API:

  • Transcription of any voice or video recordings for accurate data extraction
  • Text-to-speech conversion for different languages
  • Automated captioning and subtitling for media
  • Machine translation for multilingual projects
  • Audio engineering services for media projects
  • Quality assurance tools with Transcription accuracy feedback
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    rev: {
      type: "app",
      app: "rev",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://www.rev.com/api/v1/orders`,
      headers: {
        "Authorization": `Rev ${this.rev.$auth.client_api_key}:${this.rev.$auth.user_api_key}`,
      },
    })
  },
})
Create Automated Transcription Order Using External Link with Rev API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Rev
 
Try it
Send Message (Advanced) with Discord Webhook API on Order Submitted from Rev API
Rev + Discord Webhook
 
Try it
Create Automated Transcription Order Using External Link with Rev API on New Submission from Typeform API
Typeform + Rev
 
Try it
Create Automated Transcription Order Using External Link with Rev API on Custom Events from Zoom API
Zoom + Rev
 
Try it
Get Film with SWAPI - Star Wars API on Order Submitted from Rev API
Rev + SWAPI - Star Wars
 
Try it
Order Submitted from the Rev API

Emit new event when an order is submitted. See docs here.

 
Try it
Create Automated Transcription Order Using External Link with the Rev API

Submit a new automated transcription order using a external link that contains the media. See docs here.

 
Try it
Create Caption Order Using External Link with the Rev API

Submit a new caption order using a external link that contains the media. See docs here.

 
Try it
Create Transcription Order Using External Link with the Rev API

Submit a new transcription order using a external link that contains the media. See docs here.

 
Try it

Authentication

Rev uses API keys for authentication. When you connect your Rev account, Pipedream securely stores the keys so you can easily authenticate to Rev APIs in both code and no-code steps.

The get your API Keys, check Step 1 in Rev API Quickguide and have them sent to your email by clicking in the "get them here" link.