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

# Introduction

> Scam AI - AI-powered detection for deepfakes, voice clones, GenAI content, and malicious URLs/QR codes.

# Scam AI Documentation

Scam AI provides AI-powered detection APIs for four core threat categories: **Deepfakes**, **Voice Clones**, **GenAI Content**, and **URL/QR Code** threats.

## What is Scam AI?

**Scam AI** detects and prevents AI-driven fraud through specialized APIs for:

* **Deepfakes** – Detect face-swapped videos and images
* **Voice Clones** – Identify synthetic audio impersonation
* **GenAI Content** – Spot AI-generated images and media
* **URL/QR Codes** – Detect malicious links and phishing attempts

## Detection Capabilities

<CardGroup cols={2}>
  <Card title="Deepfake Detection" icon="face-grin-beam" href="/deepfake/introduction">
    Detect face-swapped videos and images
  </Card>

  <Card title="Voice Clone Detection" icon="microphone" href="/voice-clone/introduction">
    Identify synthetic audio impersonation
  </Card>

  <Card title="GenAI Content Detection" icon="image" href="/detection/genai-content">
    Spot AI-generated images and media
  </Card>

  <Card title="URL & QR Code Detection" icon="link" href="/detection/text-and-links">
    Detect malicious links and phishing attempts
  </Card>
</CardGroup>

## Authentication

All API requests require an API key in the header:

```bash theme={null}
x-api-key: YOUR_API_KEY
```

Contact us at [dev@scam.ai](mailto:dev@scam.ai) to get your API key.

## API Reference

<Card title="View API Documentation" icon="code" href="/api-reference/endpoint/predict">
  Explore complete API documentation with examples
</Card>
