transcribe_file
Transcribe WAV audio files (PCM16, 16kHz, mono) into text. Specify language and session duration; pay per minute via USDC micropayments without API keys.
Instructions
Transcribe a WAV audio file to text using dTelecom STT. The file must be PCM16, 16kHz, mono. Convert with: ffmpeg -i input.mp3 -ar 16000 -ac 1 -acodec pcm_s16le output.wav
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to a WAV file (PCM16, 16kHz, mono) | |
| minutes | No | Session duration in minutes (5-120). Billed at $0.005/min | |
| language | No | Language code, e.g. en, ru, de, fr, es | en |