Cloudimage - Documentation

Accounts created before Nov. 1st, 2021

Accounts created before November 1, 2021 have to include /v7/ in the path, like shown below.

//token.cloudimg.io/v7/original_image_url?operations&filters

Accounts created on or after November 1, 2021 do not require /v7/ and documentation have been updated accordingly.
To verify the type of configuration on your Cloudimage account, log in to your Cloudimage admin panel and look at the syntax provided on the Welcome page.

[NOTE] If you are an existing Cloudimage customer and wish to be able to remove the v7 from your URL syntax, please contact our support.

Prevent enlargement

When resizing with width or height operation, Cloudimage either reduces or increases the dimensions of the image to keep proportions. To prevent the image from getting resized to a bigger size than the original, use the org_if_sml operation.

org_if_sml=1

A 400-pixel-wide image resized to 450 pixels

/sample.li/ny_doc.jpg?w=450

Same resize, enlargement not allowed

/sample.li/ny_doc.jpg?w=450&org_if_sml=1