Skip to content
robpvn edited this page Sep 28, 2012 · 1 revision

#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>
Clone this wiki locally