Skip to content
Start here

Transformations C2pa

Get Image Transformations C2PA setting
client.zones.transformationsC2pa.get(TransformationsC2paGetParams { zone_id } params, RequestOptionsoptions?): TransformationsC2pa { id, editable, modified_on, value }
GET/zones/{zone_id}/settings/transformations_c2pa
Change Image Transformations C2PA setting
client.zones.transformationsC2pa.edit(TransformationsC2paEditParams { zone_id, value } params, RequestOptionsoptions?): TransformationsC2pa { id, editable, modified_on, value }
PATCH/zones/{zone_id}/settings/transformations_c2pa
ModelsExpand Collapse
TransformationsC2pa { id, editable, modified_on, value }

Controls C2PA signing for images processed through Cloudflare Image Transformations.

id?: "image_resizing_c2pa"

ID of the zone setting.

editable?: 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?: string | null

last time this setting was modified.

formatdate-time
value?: "on" | "off"

Current value of the zone setting.

One of the following:
"on"
"off"