Composite non-LLM image verification
Run a configurable set of forensic checks over a single image in one call: face matching against a reference image, age estimation, NSFW/skin-exposure forensics, and synthetic-image detection (deep-image classifier + C2PA provenance). All checks are deterministic/model-based — no LLM ever sees the image. Images are processed in memory only and never stored.
Authorizations
API key as Bearer token
Body
The image to verify, base64-encoded (max 15MB decoded). Processed transiently — never stored.
20971524Optional reference image (base64) for the face_match check. Without it, face_match is skipped even when requested.
20971524Subset of checks to run. Defaults to all of: face_match, age, forensic, synthetic.
4face_match, age, forensic, synthetic Your unique identifier (e.g. message ID, content ID) for correlating Tuteliq results with your own system. Echoed back in the response and included in webhook payloads so you can match alerts to the original content.
255Your end-customer identifier for multi-tenant / B2B2C scenarios. If you serve multiple customers (schools, apps, brands) from a single API key, set this to route webhook alerts to the correct customer. Echoed back in the response and included in webhook payloads as "customerId".
255Arbitrary key-value pairs for additional context (e.g. { "channel": "discord", "region": "eu" }). Stored with the detection result, echoed in the response, and included in webhook payloads. Maximum 20 properties.
Per-call override of your account incident logging setting. When set, it takes precedence for THIS request: true forces the incident to be persisted, false suppresses persistence. Omit to use your account default (which itself defaults to enabled). Useful to suppress logging for test traffic or to opt specific calls in or out.
Response
Default Response
Response schema version (currently "1.0")
The checks that actually ran (face_match is excluded when no reference_image was provided)
Age estimate for the primary image, or null when no face was detected
Credits charged for this call
Total processing time in milliseconds
Echo of the external_id you provided in the request
Echo of the customer_id you provided in the request
Echo of the metadata you provided in the request