Feel free to reach techsupport@surepass.io for any technical support or guidance.
ai_generated_score, a deepfake_score, and ai_generators signals that surface fingerprints of specific generative AI tools — all returned synchronously in a consistent JSON format ready for integration into automated decisioning systems.ai_generated_score between 0 and 1 representing the probability that the image was produced by a generative AI model. This score can be used directly in threshold-based rules to auto-approve, flag for review, or reject submitted images within your onboarding or verification pipeline.deepfake_score field. This capability complements AI generation detection by covering cases where a real image has been altered — for example, a face swap or facial attribute manipulation — rather than being fully synthesized from scratch.ai_generators signals in the response that identify fingerprints or artifacts associated with specific generative AI tools detected in the image. This enables richer fraud intelligence beyond a simple probability score, helping security and compliance teams understand which generation methods are being used in fraudulent submissions.ai_generated_score values and route borderline cases to human review queues, reducing manual workload while maintaining fraud coverageai_generated_score cutoffs for auto-approve, manual review, and auto-reject tiers before deploying to production. A common starting point is auto-reject above 0.8, manual review between 0.5–0.8, and auto-approve below 0.5 — calibrate based on your fraud tolerance and false-positive risk.deepfake_score: null as a non-error state: A null deepfake score means deepfake analysis was not applicable for the selected model or image type. Do not surface this as a failure to end users or treat it as a signal of manipulation.client_id with every submission: Store the server-generated client_id alongside your own submission metadata for every request. This is essential for audit trails, support investigations, and compliance reviews on flagged submissions.ai_generators as a sole signal: The ai_generators object may return empty when no specific generator fingerprint is detected, even if the ai_generated_score is elevated. Always use the score as the primary decisioning signal.deepfake_score) may vary depending on the model value specified in the request. Confirm which models are available and their respective capabilities with Surepass before building production workflows.client_id and score logged for audit. This gate-first pattern ensures that downstream APIs are never processing synthetic media, reducing both fraud risk and wasted processing costs.