# GLitchd — See Through the Fake > Real-time AI-generated content detection. Detect deepfake images and videos instantly with our Chrome extension, mobile app, and developer API. ## What is GLitchd? GLitchd is an AI-powered deepfake detection platform that identifies AI-generated images and videos in real time. It works like Shazam for deepfakes — scan any image or video and instantly know if it was created by AI tools like Midjourney, DALL-E, Stable Diffusion, Sora, or Kling. ## Products ### Chrome Extension Install the GLitchd Chrome extension to detect AI-generated content while browsing Instagram, TikTok, X (Twitter), YouTube, and any website. Right-click any image or video to scan it instantly. ### Mobile App (iOS) The GLitchd iOS app lets you scan photos and videos from your camera roll or capture new ones. Includes a Share Extension — share any image from any app to GLitchd for instant detection. Available on the App Store. ### Developer API RESTful API for integrating deepfake detection into your own applications. Supports image and video uploads with detailed confidence scores and analysis. - **Endpoint**: `https://api.gltchd.net` - **Auth**: API key via `X-API-Key` header - **Image detection**: `POST /v1/detect/image` - **Video detection**: `POST /v1/detect/video` - **Detection history**: `GET /v1/detect/history` ## Pricing - **Free**: 5 scans/day, basic detection, Chrome extension - **Pro ($29/mo)**: Unlimited scans, priority processing, mobile app, API access (10,000 requests/day) - **Enterprise**: Custom volume, SLA, dedicated support, on-premise options ## Technology GLitchd uses a CLIP ViT-B/16 vision transformer as a frozen feature extractor paired with a trained MLP classifier. The model is trained on the Defactify dataset covering outputs from Stable Diffusion 2.1, SDXL, SD3, DALL-E 3, and Midjourney v6. Video analysis samples 16 frames and aggregates predictions (70% max + 30% average). ## Pages - [Home](https://gltchd.net/) — Landing page and product overview - [Demo](https://gltchd.net/demo) — Try the detector live in your browser - [Pricing](https://gltchd.net/pricing) — Free, Pro, and Enterprise plans - [Docs](https://gltchd.net/docs) — API documentation and integration guides - [Chrome Extension](https://gltchd.net/extension) — Browser extension download and info - [Scan](https://gltchd.net/scan) — Web-based image/video scanner - [Benchmarks](https://gltchd.net/benchmarks) — Detection accuracy and performance comparisons - [Privacy Policy](https://gltchd.net/privacy) — Data handling and privacy practices - [Terms of Service](https://gltchd.net/terms) — Terms and conditions ## Contact - Website: https://gltchd.net - API: https://api.gltchd.net