Is it possible to get a specific image size from API?

Is it possible to get a specific image size from API?

I am trying to retrieve an image attached to the zoho creator record via the API.

After I get the report via API, it includes a field which has the API URL for the image:

For example:
https://creator.zoho.com/api/v2/<>/<>/report/User_Hub_Summary/<ID HERE>/Employee_Hub.Image/<ID HERE>download

I can then make an HTTP request to retireve the binary data of the image. That works as expected, however this only returns the original image file.

Is it possible to access, via the API, the lower resolution versions (thumbnails) used by zoho?

For example, with a parameter such as ?size="thumb" or ?size="large"?

This is causing a big issue for us as some images are close to 10mb and taking nearly 10 seconds for API request to complete.