Initiate warm-up

POST https://warmup.api.cloudimage.com/warmup/urls

Warms up assets in the Cloudimage CDN with transformations.

Up to 5 Million URLs can be warmed up per day as JSON body or CSV file with the format below.
We recommend to run up to 1M URLs per batch and to run them every other hour.
Contact us if you need to warm up higher volumes.

<a class=&#x27;preserveHtml&#x27; class=&#x27;preserveHtml&#x27; class=&#x27;preserveHtml&#x27; class=&#x27;preserveHtml&#x27; class=&#x27;preserveHtml&#x27; class=&#x27;preserveHtml&#x27;  href="https://www.cloudimage.io/en/contact-us" target="_blank" url="https://www.cloudimage.io/en/contact-us">Contact us</a>http://sample.li/logo-cloudimg-black.png?w=200
/logo-cloudimg-white.png?w=200
/logo-cloudimg-yellow.png?w=200
/hotel.jpg?pixellate=5
/house.jpg?pixellate=5
/eye.jpg?w=500&h=280

⚠️ Note: Protocol and domain must be removed (e.g. https:sample.li/car.jpg?w=800)
⚠️ Note: you need to provide a transformation (with query parameters) to warm up images.

Request Body

{"data"=>["/car.jpg?w=800", "/flat.jpg?w=800"]}

HEADERS

KeyDatatypeRequiredDescription
X-Client-Keystring
Content-Typestring

RESPONSES

status: Created

{&quot;status&quot;:&quot;success&quot;,&quot;count_added&quot;:6,&quot;count_failed&quot;:0,&quot;msg&quot;:&quot;&quot;}