A

Asynchronous Speech-To-Text API Documentation

by Asynchronous Speech-To-Text API Documentation

Rev.ai provides quality speech-text recognition via a RESTful API. All public methods and objects are documented here for developer reference. For a real-time speech to text solution, use Rev.ai's Streaming API. Base Endpoint The base url for this version of the API is > `htt

mapsrev

Quick Reference

Base URL https://api.rev.ai/speechtotext/v1 Auth type Bearer Token Auth header Authorization: Bearer YOUR_TOKEN Rate limit Based on plan Pricing Enterprise / contact sales Free quota None Documentation https://api.rev.ai/speechtotext/v1 Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)2.87s (checked Mar 29, 2026) Builder score D 43% builder-friendly
Pricing
28
Latency
20
Depth
72

Authentication

Bearer token in the Authorization header

Authorization: Bearer YOUR_TOKEN

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid speech-to-text API. Pricing per minute of audio; contact for rates.

Key Endpoints

MethodPathDescription
GET /account Get Account
GET /jobs Get List of Jobs
POST /jobs Submit Transcription Job
DELETE /jobs/{id} Delete Job by Id
GET /jobs/{id} Get Job By Id
GET /jobs/{id}/captions Get Captions
GET /jobs/{id}/transcript Get Transcript By Id

Sample Request

curl -X GET 'https://api.rev.ai/speechtotext/v1/account' \
  -H 'Authorization: Bearer YOUR_TOKEN'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Asynchronous Speech-To-Text API Documentation documentation.