Turn authenticity signals into one operational number. Automated allow / review / block decisions at scale.
Send a claim text and photos or videos — get back a single 0–100 risk score. The Risk Score API runs Frame:Detect, Content Credentials verification, and claim-image consistency analysis automatically, so your rules engine can act immediately.
curl -X POST https://api.itsreal.media/v1/risk-score \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "claim_text": "Water damage in kitchen, pipe burst under sink...", "images": [ "https://upload.example.com/img_8f3kx92.jpg", "https://upload.example.com/img_8f3kx93.jpg" ] }'
{
"id": "rsk_01hx9k2m7q",
"score": 72,
"risk_band": "high",
"action": "escalate",
"rationale": {
"contributing_factors": [
"ai_generated_image_detected",
"content_credentials_absent",
"claim_text_image_inconsistency"
]
},
"signals_used": [
"frame_origin",
"frame_edit",
"content_credentials",
"claim_text_analysis"
],
"processed_at": "2025-11-04T14:22:31Z"
}
Every business defines risk differently. Configure the score bands and actions that match your operational playbook.
No complex integrations. Send the claim text and photos or videos. we handle all forensic analysis and return a single risk score.
Frame:Origin AI-generation likelihood, Frame:Edit manipulation likelihood, and Content Credentials verification status. These signals form the raw authenticity score.
You only need to send the claim text and the associated photos or videos. We handle all forensic analysis, signal extraction, and scoring automatically.
One API, many operational contexts.
Send us a sample of your claims data. images, videos, and claim text, and we will return scored results with a full integrity report and threshold recommendation.