Transcribe audio to text
transcribe_audioFetch an audio file from a URL and transcribe it to text with open-source Whisper (100 languages, self-hosted). Good for voice memos, podcast clips and meeting recordings up to ~15 MB. Example — GET https://ainetcafe.com/t/transcribe_audio?url=
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL of the audio file (mp3/wav/m4a/ogg, ≤15 MB). | |
| language | No | Hint language code like "zh", "en"; default auto-detect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||