Upload a recording and identify bird species using BirdNET AI. Recognises 6,000+ species worldwide.
Analyze:
curl -F "audio=@birdsong.wav" \
-F "lat=42.5" -F "lon=-76.5" \
https://birds.api.thenetwork.ink/api/analyze.php
Retrieve results: GET /api/results.php?id=JOB_ID
API status: GET /api/status.php
Parameters:
audio (required) — Audio file
lat, lon (optional) — Location to filter species by geographic range
min_conf (optional) — Confidence threshold 0.01–0.99 (default: 0.25)
week (optional) — Week of year 1–48 for seasonal filtering
Powered by BirdNET from the Cornell Lab of Ornithology & Chemnitz University of Technology.