Built on the open C2PA standard · EU AI Act ready

Prove what's real.
Sign & verify content provenance.

A dead-simple REST API to embed and read C2PA Content Credentials — cryptographic proof of who made an asset, whether it's AI-generated, and how it was edited.

Two endpoints. That's it.

POST /v1/sign

Embed tamper-evident Content Credentials: creator, AI-or-human origin, edit actions, and any custom claims. Returns a signed download URL.

POST /v1/verify

Read and validate credentials on any asset. Get a clean JSON report: signature issuer, AI flag, authors, actions, and validation status.

Quickstart

# Verify an image's Content Credentials (via RapidAPI)
curl -X POST "https://$RAPIDAPI_HOST/v1/verify" \
  -H "X-RapidAPI-Key: $RAPIDAPI_KEY" \
  -H "X-RapidAPI-Host: $RAPIDAPI_HOST" \
  -H "Content-Type: application/json" \
  -d '{ "image_url": "https://example.com/signed.jpg" }'

# Sign an image, marking it AI-generated
curl -X POST "https://$RAPIDAPI_HOST/v1/sign" \
  -H "X-RapidAPI-Key: $RAPIDAPI_KEY" \
  -H "X-RapidAPI-Host: $RAPIDAPI_HOST" \
  -H "Content-Type: application/json" \
  -d '{ "image_url": "https://example.com/art.png", "creator": "Studio X", "ai": true }'

Why now

Regulation

The EU AI Act's content-transparency rules take effect Aug 2, 2026 — AI-generated media must be identifiable.

Open standard

C2PA is backed by Adobe, Microsoft, Google, BBC, and Reuters. Credentials interoperate everywhere.

Agent-ready

OpenAPI 3.1, a JSON capability manifest, llms.txt, and an MCP server. Drop it into any agent.

Any format

JPEG, PNG, WebP, AVIF, TIFF, GIF, PDF, MP3, WAV, MP4.

Plans

PlanOperations / moMax filePrice
Basic10010 MBFree
Pro5,00025 MB$19/mo
Ultra50,00050 MB$79/mo

Sign and verify each count as one operation. Subscribe, upgrade, or cancel on RapidAPI.