Introduction

Images are a key part of any OTT platform. Motto provides a simple way to manage images in your project, and to serve them back to your users affordably and efficiently, so that you do not need a third-party image integration.

Uploading images

You can get started using the Motto Studio, which we recommend for non-technical users. Alternatively, you may get started by using the Motto API.

Downloading images

Images can be downloaded from Motto easily and affordably. When you have an asset ID of the image you want to download, you can construct a download URL for your image using the following pattern (remove the < and > characters)

https://assets.mottocdn.com/images/<project_id>/<asset_id>

You can find your project_id using the instructions here.

Image resizing

If you are interested in serving your images in different sizes, you can use the following pattern to resize your images:

https://assets.mottocdn.com/images/<project_id>/<asset_id>?w=<width>&h=<height>

(you may also provide only a width or height, and the image will be resized proportionally).