resources / recipes

Recipes

End-to-end builds — from a blank file to a working thing.

Recipe

Build a copyright scanner for user-uploaded content

Scan user uploads for copyrighted music with the AudD enterprise endpoint, capturing ISRC, UPC, label, and timestamps for every match.

read →
Recipe

Build a Discord bot that identifies songs in voice channels

Capture a few seconds of a Discord voice channel, send the clip to AudD, and reply in chat with the artist, title, and song_link.

read →
Recipe

Build a now-playing widget for a livestream

Show the currently-playing song on a livestream overlay using AudD audio streams, with a webhook callback receiver or longpoll, plus a copy-paste HTML widget.

read →
Recipe

Build a Shazam-style music identification app

Capture a few seconds of audio from the microphone and identify the song with AudD's standard recognition endpoint, including streaming links.

read →
Recipe

Detect samples and reuse of your own tracks

Detect when uploaded content reuses your own tracks — samples, leaks, or re-uploads — by matching against a private custom catalog with the AudD API.

read →
Recipe

Flag and remove music in a live-event recording

Find where copyrighted music plays in a long broadcast or livestream recording, flag each segment in a report, and produce a cleaned copy with those segments muted or cut.

read →
Recipe

Generate DMCA takedown evidence

Produce a structured evidence pack — track identification plus exact in-file timestamps — proving copyrighted music appears in a piece of content, ready for a DMCA filing.

read →
Recipe

Generate music credits for a podcast episode

Produce a timestamped music credits list for a podcast episode with the AudD enterprise endpoint, collapsing repeated matches into one credit per song.

read →
Recipe

Identify music in Instagram Reels and TikTok videos

Pass a social-media video URL straight to AudD's recognition endpoint to identify the music in a Reel, TikTok, or YouTube Short — no downloading required.

read →
Recipe

Monitor radio airplay for your music catalog

Track which of your catalog's songs get played across many radio stations 24/7 with AudD audio streams, storing every recognition and aggregating it into an airplay chart.

read →
Recipe

Scan an archive of audio files and write metadata back

Walk a directory of audio files, identify each one with AudD, and write artist, title, album, and ISRC to a resumable CSV.

read →
Recipe

Turn a DJ set or mix into a tracklist

Build a timestamped tracklist from a recorded DJ set or mix with the AudD enterprise endpoint, reading each match's file-absolute start time to place tracks and surface blends.

read →