Images API is the main API offered by imglab service to transform, optimize and work with images.
Every request to the Images API is an HTTP request using a source identifier and a image name with some optional parameters as query strings.
An example of a request to the Images API is the following:
https://assets.imglab-cdn.net/flowers.jpeg?width=600&height=600&mode=crop
Where we are requesting from the source assets
an image with name flowers.jpeg
with a width and height size of 600
pixels and performing a cropping.
That request will result in the following output:
https://assets.imglab-cdn.net/flowers.jpeg?width=600&height=600&mode=crop