POST
/v1/identify
Identify a track from audio
Upload audio to identify the track via a multi-provider fingerprinting cascade. Returns artist, title, ISRC, and — if matched — free enrichment including BPM, key, genre, streaming platform IDs, and artwork. Synchronous; typical response 3-10 seconds. Charges 3 credits per request (cache hits are free).
Request Body
Content type: multipart/form-data
· required
Example request
cURL
curl https://api.brizm.dev/v1/identify \
-H "Authorization: Bearer tl_live_xxx"