---
title: Transformations C2pa
---

[Skip to content](#%5Ftop) 

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

[Zones](https://developers.cloudflare.com/api/python/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/python/resources/zones/subresources/transformations%5Fc2pa/methods/get)

zones.transformations\_c2pa.get(TransformationsC2paGetParams\*\*kwargs)  \-> [TransformationsC2pa](https://developers.cloudflare.com/api/python/resources/zones#%28resource%29%20zones.transformations%5Fc2pa%20%3E%20%28model%29%20transformations%5Fc2pa%20%3E%20%28schema%29)

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

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

zones.transformations\_c2pa.edit(TransformationsC2paEditParams\*\*kwargs)  \-> [TransformationsC2pa](https://developers.cloudflare.com/api/python/resources/zones#%28resource%29%20zones.transformations%5Fc2pa%20%3E%20%28model%29%20transformations%5Fc2pa%20%3E%20%28schema%29)

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

##### ModelsExpand Collapse 

class TransformationsC2pa: …

Controls C2PA signing for images processed through Cloudflare Image Transformations.

id: Optional\[Literal\["image\_resizing\_c2pa"\]\]

ID of the zone setting.

editable: Optional\[Literal\[true, 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\[datetime\]

last time this setting was modified.

formatdate-time

value: Optional\[Literal\["on", "off"\]\]

Current value of the zone setting.

One of the following:

"on"

"off"