Additional parameters

There are also parameters that controls level of jpeg compression and output image format.

Let's check the example

{
    "url": "image_url",
    "width": 1000,
    "height": 1000,
    "output_format": "jpeg",
    "quality": 85,
    "max_file_size": "1MB"
}

Last updated