Input an image and output the exposure score of the image, both scores are in the range of 0-1. A larger exposure score means a greater exposure (0.7 is recommended, below 0.6 is too dark, above 0.9 is too bright).
https://www.ailabapi.com/api/image/rating/image-exposure-scorePOSTmultipart/form-dataJPG JPEG BMP PNG| Field | Required | Type | Description |
|---|---|---|---|
ailabapi-api-key | YES | string | Application API KEY. Get API KEY |
| Field | Required | Type |
|---|---|---|
image | YES | file |
| Field | Type | Description |
|---|---|---|
data | object | The content of the result data returned. |
+exposure | float | Image exposure score, the value range is 0~1. The higher the score, the greater the exposure. |