add-image
Use this interface to add up to 8 JPEG or PNG graphics which should be smaller than 1920x1080, 512KB.
HTTP Request
POST http://ip/usapi?method=add-image&name=xxx
| Parameter | Description | 
|---|---|
| method | add-image | 
| name | Reserved | 
| enable-colorkey | Reserved | 
| colorkey-mode | Reserved | 
| key-color | Reserved | 
| tolerance | Reserved | 
Response Body
{
  "result": 0
}
| Item | Description | 
|---|---|
| result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |