POST /convert/image # Convert any imagemagick compatible format into another compatible format
Authorization: Basic
Content-Type: multipart/form-data
format=png # output format
page=0 # page of input pdf
resolution= # image resolution or dpi, eg.: 150 or 150x150
*=@ # input file
200 OK
Content-Type: [format mime type]
[image data]
4XX/5XX Error
Content-Type: text/plain
[error message]