DS
DistroShield
Built by distributors ยท for distributors

Filter AI Music. Catch duplicates.
Block fraud.

Pre-upload quality control for distributors. We catch AI music from unlicensed studios, duplicate uploads, metadata fraud, and recording-fingerprint identity fraud โ€” one API call before your tracks reach Spotify, Apple, or Deezer. Avoid the litigation time bomb that's hitting distributors who don't filter AI content.

Start free trial How it works

The problem

DSPs are drowning in AI music โ€” and they're charging you for it.

75,000

AI-generated tracks uploaded to Deezer every day. 44% of all new uploads.

7.5ร—

Growth in AI music uploads in 16 months. Accelerating.

Payouts held

Spotify, Apple, and Deezer are pulling catalog and withholding payments from distributors who deliver AI content.

Your ingest has no pre-upload filter. By the time a DSP catches an AI track, your catalog is flagged, your payouts are held, and your relationship with the platform is damaged.

What's at stake

AI music doesn't trigger blanket DSP penalties on distributors โ€” but it changes the economics. DSPs are demonetizing AI streams. Believe and TuneCore block proactively. Some indie distributors ship AI but withhold Content ID to avoid disputed royalty claims.

DistroShield gives you the information to decide per-track: which generator produced it, whether it's licensed (Udio/ElevenLabs) or unlicensed (Suno still in litigation with UMG/Sony), and whether to distribute, withhold Content ID, or block. The policy stays yours.

The solution

One API call per track. Before it leaves your pipeline.

Integrate in 15 minutes. Works alongside any standard distribution pipeline or custom ingest.

STEP 1

Send the track

POST audio URL + metadata to our API from your ingest pipeline.

STEP 2

Get a score & compliance tags

AI probability (0โ€“100), classification, confidence, and DDEX-ready tags for Apple's Transparency requirements.

STEP 3

You decide the action

Pass, flag for review, or block โ€” at the threshold you set. Webhooks notify your queue.

POST /v1/analyze
Authorization: Bearer ds_...

{
  "audio_url": "https://your-cdn/track.wav",
  "metadata": { "title": "...", "artist": "...", "isrc": "..." }
}

โ†’ {
  "ai_score": 0.87,
  "classification": "ai",
  "confidence": 0.92,
  "recommendation": "block"
}

What's in the response

Four quality-control modules. One API call.

Every call runs four independent checks in parallel. Your integration decides what to do with each โ€” pass, review, or block โ€” from a single combined recommendation.

Module 1

AI detection

Fine-tuned wav2vec2 analyzes the audio directly โ€” real vocal, synthetic vocal, or AI instrumental. Trained on real distributor catalogs + modern Suno / Udio / MusicGen. Returns generator attribution: Suno (Warner-licensed since Nov 2025; UMG/Sony pending), Udio / ElevenLabs (major-label deals), or unknown (MusicGen/Stable/Riffusion). Distribution and Content ID decisions stay with your policy.

Returns: ai_score, classification, confidence
Module 2

Duplicate detection

Cross-references ISRC and title+artist against Spotify, Deezer, YouTube in parallel. Catches covers, re-uploads, and tracks already live on DSPs before you distribute a collision.

Returns: duplicate_score, ranked matches with DSP links
Module 3

Metadata validation

ISRC format + DDEX completeness + identity fraud (client claims an ISRC that belongs to another artist on Spotify) + artist impersonation + YouTube Content ID fraud (short-track abuse pattern).

Returns: metadata_validation.issues with severity
Module 4 ยท NEW

Recording fingerprint

Audio-hash match against 70M+ commercial recordings. Catches what string-match modules can't: cross-distributor identity fraud โ€” the same recording registered under multiple artist names on different distributors. The highest-confidence form of fraud.

Returns: recording_fingerprint.matches with Spotify/Deezer/YouTube links

See the API docs for the full response shape and per-module detail. Or read two real fraud catches from production โ€” anonymized.

Generators detected

Trained against the generators distributors actually see.

Our model is trained and validated on real audio from the AI generators flooding ingest pipelines today. Coverage extends beyond the trained set through the wav2vec2 acoustic backbone โ€” new architectures get caught by family.

Suno Tested

Versions through v4. Vocal + instrumental.

MusicGen Tested

Meta's open-source model. Small / Medium / Large.

Udio Family covered

Same architecture family as Suno.

Stable Audio Generalizes

Stability AI. Caught via backbone.

Riffusion Generalizes

Spectrogram-based generation.

Boomy / Mubert / Loudly Generalizes

Loop-based and template generators.

New generators are added to training as they emerge in client pipelines โ€” production review verdicts feed the next model version directly. Per-generator performance is shared in private benchmarks during evaluation. See methodology in docs.

Apple Transparency Tags

Detection is the easy part. Tagging is the compliance.

Apple Music announced AI Transparency Tags in early 2026 โ€” disclosure metadata for artwork, audio, composition, and music video. Today they're elective. Soon they're mandatory, and the distributor is the party responsible for setting them in DDEX.

Most detection tools stop at a score. DistroShield is built so the detector's verdict and the disclosure metadata can be emitted in a single payload โ€” when Apple finalizes the spec, your pipeline is already wired for it.

Verdict and disclosure together

One API call returns the AI verdict in a structure designed to ship the DDEX disclosure fields alongside it โ€” no second integration when the policy hardens.

Tracking Apple's spec

Disclosure field names and value sets land in the response as Apple Music's transparency taxonomy is finalized โ€” mapped to DDEX 4.3, no guesswork on your side.

Forward-compatible

Spotify and Deezer disclosure schemas plug into the same response shape as their specs publish โ€” one integration, multi-DSP coverage.

Why not a DSP's detector?

Deezer detects after upload. We filter before.

Deezer now licenses its internal AI detector to third parties โ€” but that solves a DSP-side problem, catching AI that already entered their catalog. Your penalties are already triggered.

Independent from any DSP

Distributors shouldn't buy infrastructure from the same platforms that penalize them. DistroShield is neutral โ€” no conflict of interest.

Built for the distributor workflow

Standard pipeline integration, DDEX-native output, distributor-scale pricing โ€” not enterprise DSP licensing.

Compliance included

Apple Music AI Transparency Tags, Spotify disclosure, NO FAKES Act, EU AI Act โ€” handled in one API call.

Stops penalties before they trigger

Blocks YouTube Content ID rejection, Spotify anti-spam flagging, and Deezer demonetization โ€” all pre-upload.

Why us

We're distributors too.

Our first pilot customer is Mh Musik, LLC โ€” a working distributor processing 400+ releases per month across a 25,000+ track catalog. Every feature is validated against real catalog pressure before it ships to you.

Real-catalog trained

Our detector learns from a blended dataset: verified human tracks from working distributor catalogs, AI samples from Suno, Udio and MusicGen, plus real production uploads labeled by QA teams. Not academic benchmarks.

Built by operators

We know Merlin, FUGA, Revelator, SonoSuite, AudioSalad, CI, DDEX formats, and DSP penalty mechanics from the inside.

Bilingual & LATAM-first

Spanish-language support, serving markets other tools ignore.

Pricing

Public pricing. No sales call.

Start with a 7-day free trial โ€” 50 analyses, no card. Pay-as-you-go from there, or pick a plan when volume justifies it. Every tier includes the full detection engine: AI scoring, duplicate check, metadata validation, and recording fingerprint match.

Pay-as-you-go

$0.40/analysis
  • โ€ข Billed monthly in arrears
  • โ€ข No commitment, no minimum
  • โ€ข All detection modules included

Starter

$249/mo
  • โ€ข 500 analyses included
  • โ€ข $0.40 per analysis over quota
  • โ€ข Auto-upgrades to Pro at 750
  • โ€ข Email support
Most popular

Pro

$1,099/mo
  • โ€ข 2,500 analyses included
  • โ€ข $0.40 per analysis over quota
  • โ€ข Webhooks + priority support
  • โ€ข Apple DDEX auto-tagging

Enterprise

Custom
  • โ€ข High-volume contract
  • โ€ข SLA + dedicated model tuning
  • โ€ข On-prem option
  • โ€ข Multi-label reports

All prices in USD. Pricing may change with 30 days' notice for new billing periods.

Sign up

7 days free. Instant API key.

One-click signup with Google, or fill out the form below. Either way you'll get an API key in seconds. No credit card. Cancel anytime.

Sign up with Google
Or sign up with email