Our API is currently in open beta, if you encounter any issues or have a suggestion, please email us at devs@lumaprints.com. Your insights are invaluable to us.
Check 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
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
{"message":"The aspect ratio of the image is the same as the ordered size. We allow a maximum of 1% difference between the aspect ratio of the image and the ordered size.","imageUrl":"https://www.example.com/image.jpg","recommendedWidth":1600,"recommendedHeight":2400,"expectedAspectRatio":"2:3","actualImageWidth":1600,"actualImageHeight":2400,"actualImageAspectRatio":"2:3"}
🟠400The image URL is invalid or not accessible.