Twio.cz lets you share pictures on Twitter very simply!
You can upload 1 to 3 pictures at once from your computer and get very short link like http://twio.cz/abcd
Returns thumbanil of the picture. Just add -t at the end of URL. Example:
http://twio.cz/aaax-t
Returns picture URLs
http://api.twio.cz/geturl?id=aaaz
No post data
<geturl id="0"> <thumbUrl>http://twio.cz/pics/thumb/abrf.jpg</thumbUrl> <item-0> <normalUrl> http://twio.cz/pics/show/abrf-0.jpg?showthispictureonlyfromtwioczwebandotherspleasuseclassicwaytoshowpicturesthankyou </normalUrl> <fullUrl> http://twio.cz/pics/original/abrf-0.jpg?showthispictureonlyfromtwioczwebandotherspleasuseclassicwaytoshowpicturesthankyou </fullUrl> </item-0> <item-1> <normalUrl> http://twio.cz/pics/show/abrf-1.jpg?showthispictureonlyfromtwioczwebandotherspleasuseclassicwaytoshowpicturesthankyou </normalUrl> <fullUrl> http://twio.cz/pics/original/abrf-1.jpg?showthispictureonlyfromtwioczwebandotherspleasuseclassicwaytoshowpicturesthankyou </fullUrl> </item-1> </geturl>
Uploads a picture
http://api.twio.cz/upload
Post data (formatted as multipart/form-data), all in UTF-8:
| Value name | Description | Required/Optional | Type | Sample value |
| file | binary image data | Required | binary image data | - |
| desc | description, max 120 chars | Optional | string | View from Sněžka mountain |
| base64_encoded | Are inputs base64 encoded? | Optional | boolean | 0 or 1 |
<upload id="0"> <id>aadk</id> <url>http://twio.cz/aadk</url> <status>ok</status> </upload>