Skip to content
Start here

Transformations C2pa

Get Image Transformations C2PA setting
zones.transformations_c2pa.get(TransformationsC2paGetParams**kwargs) -> TransformationsC2pa
GET/zones/{zone_id}/settings/transformations_c2pa
Change Image Transformations C2PA setting
zones.transformations_c2pa.edit(TransformationsC2paEditParams**kwargs) -> TransformationsC2pa
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"