Request
- URL:
https://www.ailabapi.com/api/image/editing/intelligent-composition - Method:
POST - Content-Type:
multipart/form-data
Image requirements
- Image format:
JPEGJPGPNGBMPWEBP - Image size: No more than 3 MB.
- Image resolution: Larger than 32x32px, smaller than 4096x4096px.
Headers
| Field | Required | Type | Description |
|---|---|---|---|
ailabapi-api-key | YES | string | Application API KEY. Get API KEY |
Body
| Field | Required | Type | Scope | Default | Description |
|---|---|---|---|---|---|
image | YES | file | |||
num_boxes | NO | integer | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 5 | The number of output boxes. |
Response
Public Response Fields
Viewing Public Response Fields and Error CodesBusiness Response Fields
| Field | Type | Description |
|---|---|---|
data | object | The content of the result data returned. |
+elements | array | Intelligent composition results. |
++min_x | integer | The horizontal coordinate of the upper-left corner of the output box. |
++max_x | integer | The horizontal coordinate of the lower-right corner of the output box. |
++min_y | integer | The vertical coordinate of the upper-left corner of the output box. |
++max_y | integer | The lower-right vertical coordinate of the output box. |
++score | float | The higher the score, the better the composition. 3.8 or above is recommended as a better composition score. |
Response Example
Sample Code
Authorizations
API Key for authentication
Response
200 - application/json
Success
The response is of type object.

