Scam.ai raised $2.5M and joined Berkeley SkyDeck

ScamAI
Pricing

DOCUMENTATION

Developer Documentation

Everything you need to integrate ScamAI's deepfake detection API into your application in minutes.

Get API Key

Quick Start

1

Sign Up

Create a free account at app.scam.ai and get your API key instantly.

2

Make API Call

Use our simple REST API to analyze images, audio, or video files.

3

Get Results

Receive instant analysis with confidence scores and detailed reports.

Basic Example

# Detect deepfakes in an image
curl -X POST https://api.scam.ai/v1/detect \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@image.jpg"
# Response
{
"is_synthetic": false,
"confidence": 0.98,
"processing_time_ms": 145,
"model": "Eva-v1"
}

API Endpoints

POST/v1/detect/image

Image 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

POST/v1/detect/audio

Audio 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

POST/v1/detect/video

Video 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 Soon

Node.js

npm install scamai

Coming Soon

Go

go get scamai

Coming Soon

Ruby

gem install scamai

Coming Soon

Best 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.

Need help getting started?

Our team is here to help you integrate successfully.