Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1008 Bytes

File metadata and controls

28 lines (24 loc) · 1008 Bytes

Resize image

For sending image:

You will get the response like {'id': N}, where N is integer


For geting status of sent image:

You will get the response {'status': 'not_ready'}, if image is not resized
And the response {'status': 'ready'}, if image is resized


For getting resize image:

You will get the image if it's resized and message 'Repeat request later, image is not resized' if not