# Lemonfox.ai API **Provider:** Lemonfox.ai **Category:** ai **Base URL:** `https://www.lemonfox.ai` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.lemonfox.ai/apis/speech-to-text ## Description Speech-to-text API to transcribe audio and video files. The API is powered by the open-source Whisper model, supports 100+ languages and speaker recognition. | 💸 | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.lemonfox.ai/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.lemonfox.ai' ``` ## Sample Response ```json {} ``` ## Pricing Details Pay-as-you-go. Speech-to-text from $0.0001/s. Image generation varies by model. --- *Source: [API Map](https://apimap.dev/apis/lemonfox-ai/) — CC BY 4.0*