# Asynchronous Speech-To-Text API Documentation **Provider:** Asynchronous Speech-To-Text API Documentation **Category:** maps **Base URL:** `https://api.rev.ai/speechtotext/v1` **Auth:** bearer — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Based on plan **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.rev.ai/speechtotext/v1 ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.rev.ai/speechtotext/v1/account` | Get Account | | GET | `https://api.rev.ai/speechtotext/v1/jobs` | Get List of Jobs | | POST | `https://api.rev.ai/speechtotext/v1/jobs` | Submit Transcription Job | | DELETE | `https://api.rev.ai/speechtotext/v1/jobs/{id}` | Delete Job by Id | | GET | `https://api.rev.ai/speechtotext/v1/jobs/{id}` | Get Job By Id | | GET | `https://api.rev.ai/speechtotext/v1/jobs/{id}/captions` | Get Captions | | GET | `https://api.rev.ai/speechtotext/v1/jobs/{id}/transcript` | Get Transcript By Id | ## Authentication Bearer token in the Authorization header ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl -X GET 'https://api.rev.ai/speechtotext/v1/account' \ -H 'Authorization: Bearer YOUR_TOKEN' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid speech-to-text API. Pricing per minute of audio; contact for rates. --- *Source: [API Map](https://apimap.dev/apis/asynchronous-speech-to-text-api-document/) — CC BY 4.0*