Text
Whisper
Transcribe audio to text using OpenAI Whisper.
POST
| Credits | 1 credit per second |
| Tool | audio-to-text |
Headers
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Your API key |
Content-Type | string | Yes | application/json |
Body
| Parameter | Type | Required | Description |
|---|---|---|---|
tool | string | Yes | audio-to-text |
input.model | string | Yes | whisper |
input.audio_url | string | Yes | URL of the audio file to transcribe |