Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docu.scam.ai/llms.txt

Use this file to discover all available pages before exploring further.

Detect AI-generated voice clones and synthetic speech in audio files.

Parameters

file
file
required
Audio file (WAV, MP3, FLAC, OGG) - Max 20MB
x-api-key
string
required
Your API key

Response

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

Example

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