# SpeechText.AI API API **Provider:** SpeechText.AI API **Category:** ai **Base URL:** `https://speechtext.ai` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Based on plan **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://speechtext.ai/speech-recognition-api ## Description Cloud Speech Recognition API. Transform speech to text with high accuracy in multiple languages. Generate summaries with important highlights from audio and video files. | 💸 | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://speechtext.ai/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://speechtext.ai' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 60 minutes/month. Pay-as-you-go from $0.006/min. Monthly plans available. --- *Source: [API Map](https://apimap.dev/apis/speechtext-ai-api/) — CC BY 4.0*