Scrums.com logomark
SovTech is now Scrums.com! Same company, new name.
SovTech is now Scrums.com!!
Read more here

Rev AI Speech-To-Text API

API
By:
API Layer
Updated:
April 25, 2025

About this Cloud Hub Solution:

Rev.ai API Documentation offers high-quality speech-to-text recognition capabilities through a simple and intuitive RESTful API.

Base Endpoint

The base url for this version of the API is: https://api.rev.ai/v1

Quick Start

Get your Access Token: Generate your access token on the settings page of your account.

Submit a File:

curl -X POST \     -H "Authorization: Bearer $REV_ACCESS_TOKEN" \     -H "Content-Type: application/json" \     -d '{"media_url": "audio_file_url"}'

Get Your Transcript:

curl -X GET \     -H "Authorization: Bearer $REV_ACCESS_TOKEN" \     -H "Accept: application/vnd.rev.transcript.v1.0+json"

Webhooks:

If the optional callback_url is specified, the API will send an HTTP POST request to the callback_url...

Rate limits apply as follows:10000 transcription requests can be submitted every 10 minutes500 transcriptions can be processed every 10 minutes

Error Handling:

Status Code Error

429 Too Many Requests

502 Bad Gateway

503 Service Unavailable

504 Gateway

App Types, & Industries Most Relevant To

Rev AI Speech-To-Text API

Explore Tech Stacks Related to

Rev AI Speech-To-Text API

Looking To Build Software Of Your Own?

Custom Software Development

Custom app solutions.
Explore software development
arrow

Mobile App Development

Custom mobile development.
Explore mobile app development
arrow

Product Design

User interface/User experience design
Explore product design
arrow

Web App Development

Custom web development
Explore web app development
arrow