Verification, forensics, certificate, and intelligence APIs on a single unified capability namespace. Every call is metered transparently — see your usage in real time.
Try it in 60 seconds 1. Ping (no auth) copy
curl -sS https://api.certisyn.com/api/v1/ping 2. Fetch your usage copy
curl -sS https://api.certisyn.com/api/v1/usage \
-H "Authorization: Bearer YOUR_SUPABASE_JWT" 3. Run a forensic scan copy
curl -sS https://api.certisyn.com/api/v1/forensics/scan \
-H "Authorization: Bearer YOUR_SUPABASE_JWT" \
-F "file=@claim.pdf" \
-F "claim_type=diploma" \
-F "claim_issuer=Harvard University" 4. Mint a verify badge copy
curl -sS https://api.certisyn.com/api/v1/verify/badge \
-H "Authorization: Bearer YOUR_SUPABASE_JWT" \
-H "Content-Type: application/json" \
-d '{
"entity_name": "Acme Corp",
"claim_type": "soc2_type_2",
"claim_value": "attested-2026-04-21",
"target_url": "https://acme.com"
}' Full API reference Raw OpenAPI JSON: /openapi.json