AttestTrail

Reference

C2PA Supported Devices & Software: Complete Reference

Every camera, smartphone, AI generation tool, and editing application that supports C2PA Content Credentials, with signer types and verification details.

·6 min read
By AttestTrail Editorial TeamReviewed by AttestTrail Research

This page is a living reference of every device and application that signs content with C2PA Content Credentials. When you verify an image with any of these signers, the AttestTrail API returns a deterministic decision class based on the signer type.

Last updated: March 2026.

Cameras

Camera-level C2PA signing provides the verified_camera_origin decision class -- cryptographic proof that a physical device captured the image. For technical details on how hardware signing works, see C2PA Cameras & Phones 2026.

ManufacturerModelsSecure ElementC2PA Since
LeicaM11-P, M11, Q3, SL3Firmware-integratedOctober 2023 (M11-P)
NikonZ9, Z8, ZfSecure Processing Unit (SPU)2024 (firmware update)
CanonEOS R1, EOS R5 Mark IIHardware secure element2024
Sonya9 III, a1Tamper-resistant element2024 (firmware update)

All camera manufacturers listed above have certificates that chain through the Content Authenticity Initiative's trust infrastructure.

Smartphones

Smartphone C2PA signing also produces the verified_camera_origin decision class, using the same hardware security model as dedicated cameras.

ManufacturerModelsSecure ElementC2PA Since
SamsungGalaxy S25 seriesQualcomm Snapdragon 8 Elite SPUEarly 2025
GooglePixelTensor security core / Qualcomm SE2025

Smartphone C2PA is currently limited to flagship devices. Mid-range and budget models from these manufacturers do not yet support C2PA signing.

AI Generation Tools

AI tool signing produces the verified_synthetic decision class -- cryptographic proof that the image was generated by an AI model. This is the primary signal for EU AI Act Article 50 compliance.

ProviderProductsDigital Source TypeC2PA Since
AdobeFirefly, Photoshop (generative fill)trainedAlgorithmicMedia2023
OpenAIDALL-E 3, ChatGPT image generationtrainedAlgorithmicMedia2024
GoogleImagen, VeotrainedAlgorithmicMedia2024
MicrosoftCopilot image generation, Bing Image CreatortrainedAlgorithmicMedia2024

These providers sign every generated image with C2PA manifests. The trainedAlgorithmicMedia IPTC digital source type assertion explicitly marks the content as AI-generated.

Editing Software

Editing software that supports C2PA preserves the provenance chain when modifying signed images. The original manifest becomes an ingredient in the new manifest, maintaining the full editing history.

ApplicationC2PA CapabilityNotes
Adobe PhotoshopCreates new manifests with ingredient referencesFull action recording (crop, color, retouch, generative fill)
Adobe LightroomCreates new manifests with ingredient referencesNon-destructive editing actions recorded
Adobe Premiere ProVideo manifest supportExtends C2PA to video editing workflows

Applications that do not support C2PA -- including Affinity Photo, GIMP, Capture One, and most mobile editors -- will strip C2PA manifests when saving. The provenance chain breaks at that point. See what happens when you edit a camera-signed image for mitigation strategies.

Platforms Preserving C2PA

A growing number of platforms preserve or display C2PA Content Credentials on uploaded content, rather than stripping them during processing.

PlatformCapability
LinkedInPreserves and displays Content Credentials on uploaded images
TruepicFull C2PA verification and credential display
Cloudflare ImagesPreserves C2PA manifests through image processing pipeline

Most social media platforms (Instagram, X, TikTok, Facebook) still strip C2PA metadata during re-encoding. This is the largest ecosystem gap. Perceptual fingerprint matching can recover original provenance for stripped images.

Verification Tools

ToolTypeCost
AttestTrail APIREST API with trust list, fingerprint recovery, decision classesFree tier + $0.01/request
AttestTrail C2PA ViewerWeb-based verification toolFree
c2patoolCLI tool from Content Authenticity InitiativeFree (open source)
Adobe Content CredentialsWeb-based viewer at contentcredentials.orgFree

How to verify any supported device

Upload an image from any device or tool listed above to the C2PA Viewer to see its full provenance report. For programmatic verification in your own application, use the AttestTrail API.

The API returns a structured report including:

  • decision_class -- verified_camera_origin, verified_synthetic, unverified_high_risk, or unverified_low_risk
  • Signer identity -- the organization and certificate behind the signature
  • Trust status -- whether the signer is on the curated trust list
  • Credential chain -- the full provenance history including ingredients

For technical background on how C2PA manifests and verification work, see the complete C2PA guide.