ISO 27001 certified
Production signing infrastructure audited to ISO 27001 standards. Trusted by Rolling Stone for the Emmy-nominated Ukraine documentation work.
Service
Server-side C2PA credential signing using Truepic-issued certificates. Embed verifiable creator identity, timestamp, geolocation, and edit history into millions of assets per day — and route them through x402 licensing in the same pipeline.
What is C2PA Signing?
Capabilities
Production signing infrastructure audited to ISO 27001 standards. Trusted by Rolling Stone for the Emmy-nominated Ukraine documentation work.
Truepic-issued X.509 certificates rooted in CAI-trusted hardware enclaves. Signatures are independently verifiable by any C2PA-compliant viewer.
Sign millions of files per day. CLI and HTTP interfaces. Async batch mode for back-catalog signing, sync mode for live editorial pipelines.
Optionally route every signed asset through Capture's x402 licensing layer in the same call — no separate registration step.
Who it's for
CMS plugins for Reuters, AP, and proprietary editorial systems. Every published image carries verifiable provenance the moment it leaves the desk.
Stamp every AI-generated output with C2PA credentials at inference time. Comply with EU AI Act Article 50 from day one.
Add C2PA to your existing back catalogue without re-uploading. Keep your DAM, gain provenance.
Quick start
# Sign a file via the Capture C2PA CLI
capture sign \
--input photo.jpg \
--identity https://yourdomain.example/about \
--license https://yourdomain.example/terms \
--output photo-signed.jpg
# Verify
c2patool photo-signed.jpg
REST API, Node.js / Python SDKs, and Truepic Lens hardware integrations also available.
Built on open standards
Frequently asked
It cryptographically attaches verifiable provenance metadata — creator identity, timestamp, capture device, geolocation, and a full edit history — to a media file. Any C2PA-compliant viewer (Adobe Photoshop, Microsoft Edge, browsers with the official extension) can independently verify the credentials without contacting Capture.
Adobe's tools sign content credentials, but they are limited to the file itself. Metadata can still be stripped when content is re-uploaded or screenshot. Capture C2PA Signing also writes an ERC-7053 record on-chain, so even if metadata is removed, ownership and timeline remain provable. This multi-layer approach is what the EU AI Act draft Code of Practice recommends.
Sub-100ms median latency on standard image sizes. We benchmark and publish our P99 numbers monthly. Newsroom workloads of 10,000+ files per hour are routine.
No. Only the file hash and signing payload travel to our service. The signed credential block is returned to you to embed in the file. The original file content never crosses our boundary.