Pre-recorded Audio
Input Types — File Path
Pass a local file path string directly to transcribe().
Usage
python
result = await client.asr.transcribe(
"audio.wav",
config=TranscriptionConfig(model="zero-indic"),
)Accepts absolute and relative paths. The SDK opens the file and uploads it as multipart form data. For files already in memory, use Raw Bytes instead.