vocea_transcribe
Transcribe base64-encoded audio to text. Supports multiple formats (mp3, wav, ogg, webm, flac) up to 10MB and various languages via BCP-47 codes.
Instructions
Transcribe audio from a base64-encoded string to text (STT).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_base64 | Yes | Base64-encoded audio file (mp3, wav, ogg, webm, flac, max 10MB) | |
| mime_type | No | MIME type, e.g. audio/mpeg | audio/mpeg |
| language | No | BCP-47 language code, e.g. en-US (default: es-ES) |