+ New Analysis
Overview

Good evening, welcome back

Monitor your analyses, credits, and recent review activity from one clean workspace.

Live platform counter

images analysed through signed-in ForgEye accounts

Updating… Counting completed image analyses across all users. No private image or user data is shown.
Your saved analyses
0
Total images analysed
Analyses left
Pro Trial left

Account credits

View plans
analyses left
Current monthly allowance
monthly quota
Includes free fast analyses and limited Pro Trial credits
Lifetime scans0
PlanFree

Analysis activity

All time
0 saved image analyses
Total images analysed on ForgEye
Saved in this browser0
Recent review historyReady
View history

Recent analyses

0 results
TypeReviewStatusDate
No analyses yet. Run a new image analysis to populate this table.
AI Analysis

Image Forgery Analysis

Upload an image to review localization heatmap, cleaned mask, overlay, top suspicious regions, and optional AI-origin heuristics.

Drop your image here

Drag and drop or to get started

JPGPNGWEBPBMP
images already analysed
Advanced image settings
Production mode uses high-quality image forgery and AI-generated image checks. Defaults are Auto threshold, 75% overlap, and cleanup for clear localized regions.
Pro Trial uses the same Hugging Face default inference settings and consumes one of your 5 high-quality credits.
Video beta
Free video beta allows one clip. If the upload is longer than 15 seconds, the backend analyses only the first 15 seconds.

MP4/MOV/WebM/AVI. First 15 seconds analysed per clip.

No video selected.
AI Records

Analysis History

Review, filter, and export your local image analysis records.

Total saved
0
Completed reviews
0
Browser history
0
Pending
0

All Analyses

Browser-local thumbnails only. Run an analysis to add a record.
Context Review

Misinformation Review

Upload an image, add an optional claim, and run an OpenAI-assisted visual/context check with public web context when available.

Your identity

USER IDSign in required EMAILUse the sign-in panel on New Analysis

Image to analyse

Click or drag to upload
JPEG · PNG · WebP · BMP · max 10 MB · original image sent for analysis
No image selected.
Selected image preview

Claim / context optional

This uses OpenAI as a review aid. It is not legal proof and it is not a substitute for manual source verification.

Upload an image and run a context review to check visual clues, claim fit, public-source context, and misinformation risk.

Billing

Credit Wallet

View your available credits and recent usage. Plan changes are managed under Plan & Usage.

View plans
Available paid credits
0 credits
Free monthly allowance

Free image credits are used before paid plan capacity. This page is informational; checkout buttons are hidden until billing is ready.

Fast analyses left
Pro Trial left
Lifetime used
0
Billing

Plan & Subscription

Simple monthly plans for individuals and teams, using the pricing information from the latest website page.

Billing Overview

Your current account snapshot

Current plan
Checking
Analyses left
Monthly allowance
Pro Trial credits
High-quality trial analyses
Lifetime scans
0
Checking plan.
Sign in to load your current allowance and renewal status.
Pricing

Simple monthly plans for individuals and teams

Use the same plan structure from the latest ForgEye website page: Free, Individual, Pro, and Team.

Billing status

Launch the plans now, turn on checkout later

Loading billing status…
Paid plans should deliver faster service and better support. Video remains a beta add-on and is limited by minutes, not unlimited.
Developer

API Keys

Create, manage, and monitor programmatic access to ForgEye.

Total requests
0
Last 30 days
Active keys
0/0
Avg / key
0
API version
v1

Your API Keys

0 keys
No API keys yet

Create your first API key to start making requests to the ForgEye API.

Developer

API Analytics

Requests, latency, and error rates for your API integration.

Total requests30d
0
Error rateLow
0.00%
Avg responseFast
0ms

Requests Per Day

Last 30 days · daily volume

No API calls yet
API Reference

ForgEye API

Analyze image/video authenticity signals programmatically. Integrate ForgeEye review outputs into your applications using simple multipart form-data uploads.

Quick Start

All endpoints are relative to the current deployment.

https://your-domain.example/api

Authentication

Every request must include your API key as a custom header. Keep your key secret.

x-api-key: YOUR_API_KEY

Analyze Image

Submit an image file for forgery localization analysis. Supported formats: JPEG, PNG, WebP. Max 10 MB; uploads are sent to the inference service at original size by default, and the selected AI model applies any internal multi-scale processing.

curl -X POST https://your-domain.example/api/detect/image \ -H "x-api-key: YOUR_API_KEY" \ -F "[email protected]"