Get Thumbnail Information

555

# Get Thumbnail Information

Path:

/api/image_thumb.json

Method: GET

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

API Description: This can be used to get the thumbnail's information.

Response

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
}