get_audio_clip_base64
Retrieve a detection's audio clip as base64-encoded WAV for direct input to multimodal models. Use for single-clip verification only, not in high-frequency workflows.
Instructions
Download a detection's audio clip (.wav) and return it base64-encoded, for multimodal models that accept audio input directly. WARNING: a 15-second clip is roughly 350,000-500,000 tokens. Call sparingly for single-clip verification only — never inside high-frequency or scheduled workflows. Use get_audio_clip for a lightweight shareable URL instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_name | Yes | Clip file name exactly as returned in a detection record, e.g. 'sialia_sialis_96p_20260829T192351Z.wav' | |
| detection_date | No | Detection date in YYYY-MM-DD format; used as a fallback to locate the clip's folder when the filename embeds no parseable date |