Welcome to the thumbnail ninja


Fast, easy and managable access to great image hosting and distribution. Thumnailninja's API based hosting can be used to power blogs, photoalbums, twitter posts and whatever else you can think of.

Manual Upload

See API doc

Generate keys at 3scale

Thumbnail Ninja API

You can access thumbnail ninja as a web-service.

Upload image
call: http://tbninja.net/upload
method: POST
parameters: user_key (3scale user key)
size (integer, maximum size of the thumbnail)
name (string, name of the image, must be unique)
filename (IOString, file to upload, must be an image
format (format of the result: 'yaml','xml','html' default is yaml)
Show images of user
call: http://tbninja.net/show_images
method: GET
parameters: user_key (3scale user key)
format (format of the result: 'yaml','xml','html' default is yaml)
Delete image
call: http://tbninja.net/delete_image
method: GET
parameters: user_key (3scale user key)
name (string, name of the image)
format (format of the result: 'yaml','xml','html' default is yaml)
Delete user
call: http://tbninja.net/delete_user
method: GET
parameters: user_key (3scale user key)
format (format of the result: 'yaml','xml','html' default is yaml)