{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Variants API", "version": "4.0.0" }, "items": [ { "info": { "name": "Variants", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare List Image Variants", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/images/v1/variants", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ] }, "docs": "Returns all image variant definitions for the account." }, { "info": { "name": "Cloudflare Create Image Variant", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/images/v1/variants", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new image variant definition specifying transformation settings like dimensions, fit mode, and metadata stripping." } ] } ], "bundled": true }