Check image
POST
/api/v1/images/checkImageConfigCheck if the image is sized correctly based on the provided width, height and options. You don't need to call this endpoint every time you submit an order. The submit order endpoint automatically verifies if the images meet the required dimensions.
Request
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
The image is sized correctly.(200)
The image URL is invalid or not accessible.(400)
The image is sized incorrectly.(406)
The image is sized correctly.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 10 months ago