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.
Embed tamper-evident Content Credentials: creator, AI-or-human origin, edit actions, and any custom claims. Returns a signed download URL.
Read and validate credentials on any asset. Get a clean JSON report: signature issuer, AI flag, authors, actions, and validation status.
# 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 }'
The EU AI Act's content-transparency rules take effect Aug 2, 2026 — AI-generated media must be identifiable.
C2PA is backed by Adobe, Microsoft, Google, BBC, and Reuters. Credentials interoperate everywhere.
OpenAPI 3.1, a JSON capability manifest, llms.txt, and an MCP server. Drop it into any agent.
JPEG, PNG, WebP, AVIF, TIFF, GIF, PDF, MP3, WAV, MP4.
| Plan | Operations / mo | Max file | Price |
|---|---|---|---|
| Basic | 100 | 10 MB | Free |
| Pro | 5,000 | 25 MB | $19/mo |
| Ultra | 50,000 | 50 MB | $79/mo |
Sign and verify each count as one operation. Subscribe, upgrade, or cancel on RapidAPI.