The following are our lighting models used to adjust and balance your images to elevate it's quality despite the sub-optimal lighting conditions of the original photo.
Note: Running this endpoint in the current API reference page will not render the image in the response body. If you would like to render the response image in the browser, please use this link. Otherwise, you may run the request on your own machine and save the response image to a file.
A synchronous endpoint for adjusting the lighting of your image.
Returns the lighting adjusted image as a binary with one of the following MIME types depending on the chosen output_format
(defaulting to JPEG):
image/jpeg
for JPEG output.image/png
for PNG output.image/tiff
for TIFF output.
Additionally, returns process_id
and eta
as response headers X-Process-ID
and X-ETA
respectively to use as an efficient way to track the progress of the image lighting adjustment job:
- Use the
Status
endpoints to check the status of this job using the returnedprocess_id
. - Use the
Download
endpoints to download the input or processed image (once it is ready). - Use the
Cancel
endpoint to cancel the job while it is in progress.
The
eta
represents when the job is expected to finish in Unix time.
This endpoint can return a maximum of 96 megapixels; please see the Lighting (asynchronous)
endpoint if you wish to work with larger dimensions.