We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#About the imgur API Details and examples can be found at http://api.imgur.com/examples#uploading_cs.
#An example of an xml response after upload
<upload> <image> <name/> <title/> <caption/> <hash>Y41tl</hash> <deletehash>3lEqbIvcRRfntDt</deletehash> <datetime>2012-09-28 21:16:41</datetime> <type>image/png</type> <animated>false</animated> <width>800</width> <height>600</height> <size>27653</size> <views>0</views> <bandwidth>0</bandwidth> </image> <links> <original>http://i.imgur.com/Y41tl.png</original> <imgur_page>http://imgur.com/Y41tl</imgur_page> <delete_page>http://imgur.com/delete/3lEqbIvcRRfntDt</delete_page> <small_square>http://i.imgur.com/Y41tls.jpg</small_square> <large_thumbnail>http://i.imgur.com/Y41tll.jpg</large_thumbnail> </links> </upload>