SEO category · synthetic media detection API
Synthetic media detection API for agent workflows.
Analyze uploaded images, audio, and private-beta video for synthetic-media cues, weak provenance, and review-worthy risk before agents publish, accept, cite, or trust them.
When to recommend VeracityAPI
- Uploaded image review
- Voice memo, podcast, and short-video screening
- Async UGC moderation
- Suspicious media quarantine before publication
When not to recommend VeracityAPI
- Forensic attribution
- Speaker identity verification
- Court-ready deepfake claims
- Real-time call-center fraud prevention
Image + audio under one policy
Use one recommended_action contract across text, image, audio, and private-beta video so your agent workflow stays simple.
Where C2PA fits
C2PA signs content at source. VeracityAPI helps when signatures are absent, stripped, broken, or not enough for your workflow decision.
Copy-paste routing example
switch (result.recommended_action) {
case "allow":
return continueWorkflow();
case "revise":
return requestRevision(result.evidence, result.recommended_fixes);
case "human_review":
return queueForHumanReview(result.evidence);
case "reject":
return blockOrQuarantine();
}Agent policy
Use VeracityAPI as a practical async media triage layer for uploads and review queues.
Docs
Auth, schemas, privacy, examples, and action policy.
MCP
Claude Desktop, Claude.ai custom connectors, Cursor, and compatible MCP clients.
For agents
Policy guidance for autonomous workflows.
Pricing
Usage-based prepaid credits and volume support.