On the fly image resizing

I was wondering if the images I upload to Backendless can undergo on the fly image resizing via the url.

As an example you can look at Uploadcare service the allows this via:

[url=https://ucarecdn.com/85b5644f-e692-4855-9db0-8c5a83096e25/-/resize/200x/filename.jpg]https://ucarecdn.com/:uuid/-/resize/200x/filename.jpg[/url]

see https://uploadcare.com/documentation/cdn/#file-api

If this option is not available, can you suggest a different alternative which can support various image sizes?

Thanks!

Hi, Shai!

This function is not provided by Backendless service directly. But you can write a REST service that performs this kind of transformation and deploy it as Backendless Hosted Service - see Business Logic Documentation

Thanks Anatolii