Skip to main content

Quick Start

Image Detection

curl -X POST "https://api.scam.ai/api/defence/faceswap/predict" \
  -H "x-api-key: YOUR_API_KEY" \
  -F "files=@/path/to/your/image.png"

Video Detection

curl -X POST "https://api.scam.ai/api/defence/video/detection" \
  -H "x-api-key: YOUR_API_KEY" \
  -F "video=@/path/to/your/video.mp4"

Response

{
  "is_deepfake": true,
  "confidence": 0.87,
  "processing_time_ms": 1250
}

Use Cases

  • Video verification for news and media
  • Identity verification for financial services
  • Content moderation on social platforms
  • Security monitoring for corporate communications