Transcription API
Transcribes audio into the input language.
Official Guide
We provide this cost friendly API for high throughput scenarios, there's no rate limit 🚀!
For more detailed API spec, see platform.openai.com/docs/api-reference/audio/createTranscription
Available models:
- whisper-1
Pricing
The price of Transcription call is 75% of the price of OpenAI official website. Details: LLM API | PPU Quota | Endpoint Usage
Request Example
curl https://api.goapi.ai/v1/audio/transcriptions \
-H "Authorization: Bearer $YOUR_GOAPI_KEY" \
-H "Content-Type: multipart/form-data" \
-F file="@/path/to/file/audio.mp3" \
-F model="whisper-1"