Skip to main content

Quick Start

curl -X POST "https://api.scam.ai/voice-clone-detection" \
  -H "x-api-key: YOUR_API_KEY" \
  -F "file=@/path/to/your/audio.wav"

Response

{
  "is_voice_clone": false,
  "confidence_score": 0.23,
  "processing_time_ms": 890
}

Supported Formats

  • Audio: WAV, MP3, FLAC, OGG
  • Max size: 20MB
  • Quality: Higher quality audio improves detection accuracy

Use Cases

  • Phone fraud prevention for call centers
  • Voice authentication security enhancement
  • Media verification for news organizations
  • Customer service protection against impersonation