Set Thumbnail

555

# Set Thumbnail

Path:

/api/image_thumb

Method:
POST

Content-type: application/json; charset=utf-8

API Description: This can be used to set thumbnails for images of large size.

Request

Name Type Example Description
thumb int 0 Whether to save the thumbnails? 1: Yes, 0: No, and delete all thumbnails
quality int 90 Thumbnail quality, 0~100

Example

{
	"thumb": 1,
	"quality ": 80
}