---
title: Transformations Allowed Origins
---

[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 Allowed Origins

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

GET/zones/{zone\_id}/settings/transformations\_allowed\_origins

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

PATCH/zones/{zone\_id}/settings/transformations\_allowed\_origins

##### ModelsExpand Collapse 

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

Controls which origins are allowed to request image and video transformations.

id: optional "image\_resizing\_allowed\_origins"

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"

Comma-separated list of allowed origin domains for image and video transformations. Use ”\*” to allow all origins (default).

One of the following:

"on"

"off"