Official Imagify API Wrapper for Python
Download the sources on this Github repository and do a
python setup.py install
>>> from imagify import Imagify
>>> imagify = Imagify('api_key')
>>> param = dict(ultra=True)
>>> imagify.upload("/path/to/image.jpg", param)