Skip to main content

Media delivery overview

The media delivery API allows you to make use of the features of Dynamic Media to manipulate images on the fly, rendering any variant from a single master image. Using a simple URL based API you can transform images, including resizing, rotating and cropping.

You can dynamically manipulate any image using the parameters available, just by appending these parameters to the end of the URL. In the following example the image width is set to 300 pixels:

https://cdn.media.amplience.net/i/ampproduct/twofriends?w=300

You'll often want to combine multiple parameters. For example, to set the image width and flip the image vertically:

https://cdn.media.amplience.net/i/ampproduct/twofriends?w=300&flipv=true

The API reference shows the parameters that are available to you for manipulating images, sets and video. You can also try out most of these features on the Dynamic Media playground interactive documentation area.

Dynamic Media playground