NOTE: The API is no longer supported
The CloudApp API
Welcome to the CloudApp developer docs. Here you can find everything you need to integrate your application with CloudApp. You might want to check out other great third-party applications who make use of the API.
There is a good chance most of the work is already cut out for you. A variety of third-party client libraries are available to interface with the CloudApp API.
Usage
You can use the CloudApp API to register an account, list your items, upload a file – anything Cloud.app or the web app can do. Keep in mind usage of the CloudApp API is bound to our Terms of Service.
Authentication
HTTP Digest is used to authenticate all requests.
JSON
You're probably interested in JSON responses and not HTML. Add the header
Accept: application/json
on requests to receive JSON and Content-Type: application/json
when you're sending JSON.
Available APIs
Account
- Change Default Security
- Change Email
- Change Password
- Forgot Password
- Register
- Set Custom Domain
- View Account Details
- View Account Stats
Items
- Bookmark Link
- Bookmark Multiple Links
- Change Security of Item
- Delete Item
- List Items
- List Items by Source
- Recover Deleted Item
- Rename Item
- Stream Items
- Upload File
- Upload File With Specific Privacy
- View Domain Details
- View Item
Gift Cards
Getting Help
We've done our best to write the CloudApp API documentation to make integrating with it as simple as possible. Should you have questions we recommend:
- Ask your question on Stack Overflow and experienced developers can help.
- Email us if you're completely stuck.
Help us make it better
Please tell us how we can make the API better. If you have a specific feature request or if you found a bug, please use GitHub issues. Fork these docs and send a pull request with improvements.