← Back to SongCheck

SongCheck API

Forensic music verification for developers. AI detection, metadata intelligence, court-ready reports.

Free

$0/mo
  • 10 scans/day
  • 300 scans/month
  • Metadata intelligence
  • Basic AI detection
Most Popular

Pro

$29/mo
  • 100 scans/day
  • 1,000 scans/month
  • Full forensic analysis
  • PDF reports
  • ISRC/UPC lookup
  • Priority processing

Enterprise

$299/mo
  • Unlimited scans
  • Webhook notifications
  • Bulk scan API
  • Dedicated support
  • Custom integration
  • SLA guarantee

Get Your API Key

API Key Created!
⚠ Save this key — it won't be shown again in full.

Check Usage

Quick Start

// Scan a Spotify/YouTube URL
curl -X GET "https://khaledmedia.com/upload-handler/api-songcheck-unified.php?\
url=https://open.spotify.com/track/XXXX&\
api_key=YOUR_API_KEY"

// Upload audio file for AI detection
curl -X POST "https://khaledmedia.com/upload-handler/api-songcheck-unified.php" \
  -F "file=@song.mp3" \
  -F "api_key=YOUR_API_KEY"

// Response
{
  "success": true,
  "metadata": { "track": { "title": "...", "artist": "..." }, ... },
  "analysis": { "verdict": "human_verified", "ai_score": 3, ... }
}

Full documentation: khaledmedia.com/docs/songcheck-api