Api_graphic
< Back to API Home | API Terms of Use

Overview +/-

The 72photos API consists of an array of callable methods.

To perform an action using the 72photos API, you need to choose a calling format, send a request to its endpoint specifying a method and some arguments and you will receive a formatted response.

All request formats, listed to the right, take a list of named parameters.

The REQUIRED parameter api_key is used to specify your API Key.

The summary and arguments for each method are listed when you click on a method.

Image Upload API

To upload images, you must send a base64 encoded string of the image to the images.uploadImages method along with some basic details for the image. Tags can also be included and multiple tags can be seperated by a comma ",".

API Information

Request Formats

  • XML-RPC
  • SOAP

Response Formats

  • XML-RPC
  • SOAP

Resources

Official Ruby Wrapper (coming soon!)
Use 72photos in your Rails application.

XML-RPC Javascript Client
Great for building widgets using the 72photos API.



Questions? Email us at support@72photos.com.

API Methods

Comments

  • comments.addComment
  • comments.editComment
  • comments.deleteComment
  • comments.getImageComments
  • comments.getLatestComments

Friends

  • friends.addFriend
  • friends.editFriend
  • friends.deleteFriend
  • friends.getFriends

Galleries

  • galleries.searchGalleries
  • galleries.getPopularGalleries
  • galleries.createGallery
  • galleries.editGallery
  • galleries.addImageToGallery
  • galleries.removeImageFromGallery
  • galleries.deleteGallery

Images

  • images.uploadImages
  • images.searchImages
  • images.getUserImages
  • images.getDetails
  • images.deleteImage
  • images.addTag

Tags

  • tags.getPopularTags
  • tags.getImageTags
  • tags.getUserTags
  • tags.getInfo

Users

  • users.findByUsername
  • users.findByEmail
  • users.getPopularUsers
  • users.getInfo
  • users.getStats