// UAIP — For AI providers
The pre-generation check for the AI internet.
Universal AI Identity Protection is an open protocol. AI models call us before generating media of a human. We return allow or deny, signed end-to-end, in under 50ms.
Why providers integrate
- Liability shift. Documented consent check on every generation.
- Regulatory alignment. Forward-compatible with EU AI Act, US state laws, and emerging C2PA mandates.
- Brand trust. Verified-human badge for compliant outputs.
- Open & free protocol. Per-check pricing only — no integration fees, no lock-in.
uaip-check.ts
// Before generating media of a person
const verdict = await th.check({
actor_id: 'model:gen-ai-01',
biometric_hash: 'sha256:8f3c…',
purpose: 'commercial-ad'
});
{ status: "ALLOW", signature: "verified_human:0x7f…" }