Quick Start
Sign Up
Create a free account at app.scam.ai and get your API key instantly.
Make API Call
Use our simple REST API to analyze images, audio, or video files.
Get Results
Receive instant analysis with confidence scores and detailed reports.
Basic Example
API Endpoints
/v1/detect/imageImage Detection
Analyze images for deepfakes, face swaps, and synthetic generation.
Rate Limit: 100 requests/minute
Max File Size: 10MB
Supported Formats: JPG, PNG, GIF, WebP
/v1/detect/audioAudio Detection
Detect AI-generated voices, voice cloning, and synthetic speech.
Rate Limit: 100 requests/minute
Max File Size: 50MB
Supported Formats: MP3, WAV, M4A, FLAC
/v1/detect/videoVideo Detection
Analyze video content for deepfakes and manipulated frames.
Rate Limit: 50 requests/minute
Max File Size: 100MB
Supported Formats: MP4, MOV, AVI, WebM
SDKs & Libraries
Python
pip install scamai
Coming SoonNode.js
npm install scamai
Coming SoonGo
go get scamai
Coming SoonRuby
gem install scamai
Coming SoonBest Practices
Error Handling
Always handle API errors gracefully. Implement retry logic with exponential backoff for temporary failures.
Rate Limiting
Respect rate limits to avoid 429 errors. Implement request queuing for high-volume applications.
File Optimization
Compress large files before uploading to reduce processing time and costs. Optimize video resolution when possible.
Caching Results
Cache detection results for frequently checked content to reduce API calls and improve response times.