Cygn for Platforms

Verified user content for the platforms users trust.

Cryptographic provenance for user-generated content, delivered as a metered API. Sign at capture or upload, verify anywhere, with C2PA-compliant manifests and DID-based identity.

C2PA-compliant signing
DID-based identity
1,000 free calls / month
How it works

Three steps. Real proof.

Cygn slots into your existing capture or upload pipeline. No infrastructure rewrite, no model training.

1

Integrate

Add Cygn to your upload pipeline. Roughly 10 lines of code via our SDK or REST API.

2

Sign

Cygn cryptographically signs content with provenance metadata at capture or upload. C2PA-compliant manifests, Ed25519 DID identities.

3

Verify

Anyone can verify through the public verification page or our browser extension, with zero-tap verification on YouTube and other platforms.

Platform-grade

Everything procurement already asks about.

The questions on every platform's vendor questionnaire, answered up front.

Usage-based metered pricing

Flat per-call rates. Pay only for what you use, billed monthly.

Hardware-backed key security

HSM integration with AWS KMS, Google Cloud KMS, and Azure Key Vault.

SSO & SCIM provisioning

OIDC and SAML SSO. SCIM for automated team and key management.

Custom verification domain

Verify on your own subdomain. White-label the public verification page.

SLA guarantees

99.9% uptime SLA with public status page and incident postmortems.

SOC 2, ISO 27001, GDPR

Compliance reports on request. Data residency options for regulated regions.

Cryptographic audit trails

Every API call is signed and logged. Export the audit log on demand.

Webhooks for verification events

Subscribe to sign, detect, and verify events. Retries with HMAC signing.

Industry templates

Ready presets for e-commerce, marketplace, food delivery, and social platforms.

Pricing

Pay only for what you use.

Flat per-call rates. Defaults to $ USD based on your region; toggle to compare.

Pricing in

Free

$0forever
  • 1,000 API calls / month
  • All 12 operations
  • DID-signed outputs
  • C2PA verify is always free
  • No credit card required
Start free
Most flexible

Pay-as-you-go

from $16.00per call
  • All 12 operations
  • Flat per-call rates
  • Free verification ops included
  • Pay only for what you use
  • Usage dashboards + webhooks
Get API key

Enterprise

Customcontract
  • Above 10M calls/month
  • Hardware-backed key security (HSM)
  • SSO + SCIM provisioning
  • Custom verification domain
  • 99.9% SLA, compliance reports
Contact sales
Integration paths

A few lines to signed content.

Native SDKs for TypeScript and Python. REST API in any language, including Go and Java.

import base64, os, requests

with open("photo.jpg", "rb") as f:
    image_b64 = base64.b64encode(f.read()).decode()

resp = requests.post(
    "https://cygn.me/api/v1/signing/c2pa",
    headers={"Authorization": f"Bearer {os.environ['CYGN_LICENSE_KEY']}"},
    json={"image": image_b64, "mimeType": "image/jpeg"},
)
result = resp.json()
print(result["signedAt"], result["provenance"])

Ready to integrate?

Start with the docs, ship a proof of concept in an afternoon, scale when ready. Talk to us if you have a specific volume, residency, or compliance need.