01Media
Media Content Verification
Is this image real, AI-generated, or tampered with? Check its C2PA content credentials and provenance, extract the metadata, and scan it for malware, before you publish it or act on it as evidence.
https://centry.cybercentry.co.uk/api/services/media_content_verification
02Buy
$1.00 per call.
Detects AI-generated, edited or misattributed media via C2PA
Extracts metadata and scans the file for malware
Returns a status and a structured results object
Note
Provide a standard image (PNG/JPG/WebP); icon (.ico) formats aren't supported by the reader.
Returns
statusstring
Verification status (e.g., 'completed')
resultsobject
C2PA check, VirusTotal scan, and risk assessment
Call it directly
curl -i -X POST "https://centry.cybercentry.co.uk/api/services/media_content_verification" \
-H "Content-Type: application/json" \
-d '{"image_uri":"https://centry.cybercentry.co.uk/Cybercentry_Logo_Blue.png","media_file_path":"https://centry.cybercentry.co.uk/Cybercentry_Logo_Blue.png"}'POST JSON is canonical · GET query params also work · unpaid requests return 402 · see the payment flow
