get_audio_clip
Resolve a bird detection's audio clip to a full HTTP URL for sharing or embedding in messages and web pages. Use this when a direct link is needed; for inline audio data, request base64 instead.
Instructions
Resolve a detection's audio clip (.wav) into a full HTTP URL on the clips file server, for sharing or embedding in messages and web pages. The URL is only reachable from the same network as the clips server. Use get_audio_clip_base64 instead when the audio data must be returned inline to the model.
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 |