Are there any image hosting services with a public API? [closed]

让人想犯罪 __ 提交于 2019-12-02 16:13:10
Roberto Aloi

Review the Picasa Web Albums Data API:

If you've signed up for Google+ then photos up to 2048x2048 pixels and videos up to 15 minutes won't count towards your free storage.

clamp

http://deviantart.com

has a public and easy to use API just HTTP POST the image to their domain and you will get a json with the url

I used https://cloudinary.com/ and found it pretty neat!

You might consider Amazon CloudFront. I have not used that particular service, but I have used Amazon EC2 and S3 extensively and am quite happy.

UPDATE:

I recently used CloudFront for a video hosting project and found it quite simple to setup and use.

Check out Flickr's API:

http://www.flickr.com/services/api/

Imgur has an API. From the "Overview":

Imgur's API exposes the entire Imgur infrastructure via a standardized programmatic interface. Using Imgur's API, you can do just about anything you can do on imgur.com, while using your programming language of choice.

The Imgur API is a RESTful API based on HTTP requests and XML or JSON(P) responses. If you're familiar with the APIs of Twitter, Amazon's S3, del.icio.us, or a host of other web services, you'll feel right at home.

This version of the API, version 3, uses OAuth 2.0. This means that all requests will need to be encrypted and sent via SSL/TLS to https://. It also means that you need to register your application, even if you aren't allowing users to login.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!