---
title: Transformations C2pa
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api)

[Zones](https://developers.cloudflare.com/api/resources/zones)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Transformations C2pa

##### [Get Image Transformations C2PA setting](https://developers.cloudflare.com/api/resources/zones/subresources/transformations%5Fc2pa/methods/get)

GET/zones/{zone\_id}/settings/transformations\_c2pa

##### [Change Image Transformations C2PA setting](https://developers.cloudflare.com/api/resources/zones/subresources/transformations%5Fc2pa/methods/edit)

PATCH/zones/{zone\_id}/settings/transformations\_c2pa

##### ModelsExpand Collapse 

TransformationsC2pa object { id, editable, modified\_on, value } 

Controls C2PA signing for images processed through Cloudflare Image Transformations.

id: optional "image\_resizing\_c2pa"

ID of the zone setting.

editable: optional true or false

Whether or not this setting can be modified for this zone (based on your Cloudflare plan level).

One of the following:

true

false

modified\_on: optional string

last time this setting was modified.

formatdate-time

value: optional "on" or "off"

Current value of the zone setting.

One of the following:

"on"

"off"