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
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
Bearer token in the Authorization header
Authorization: Bearer YOUR_TOKEN
Paid speech-to-text API. Pricing per minute of audio; contact for rates.
| Method | Path | Description |
|---|---|---|
| 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 |
curl -X GET 'https://api.rev.ai/speechtotext/v1/account' \ -H 'Authorization: Bearer YOUR_TOKEN'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Asynchronous Speech-To-Text API Documentation documentation.