CERTISYNVERIFICATION INFRASTRUCTURE
VerifyBastionPricingConnectGet started

Certisyn Developers

Manage API keys →

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)
curl -sS https://api.certisyn.com/api/v1/ping
2. Fetch your usage
curl -sS https://api.certisyn.com/api/v1/usage \
  -H "Authorization: Bearer YOUR_SUPABASE_JWT"
3. Run a forensic scan
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
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

Loading Swagger UI…

Raw OpenAPI JSON: /openapi.json