From DBWiki
Introduction
There are two methods of accessing the Bitmunk API - SOAP and a more implementation-friendly HTTP method. The HTTP method allows anybody to access our website using fully or semi-automated software to access our catalog, recommendation, purchasing and selling functionality.
The examples below use our sandbox website to perform the calls. Please use the sandbox website for testing purposes. If you would like to make your code live, you must replace the sandbox website address www.sandbox.bitmunk.com:9080 with www.bitmunk.com.
Bitmunk Web Services
- Album Recommendation - Use this web service to recommend albums to your visitors. Your visitors can tell you an artist that they like and then you can recommend albums to them using this web service.
- Bitmunk API Key Retrieval - Using some of the more advanced features of Bitmunk require you to retrieve a Web API Key. This tutorial shows you how to do this.
- Bitmunk Login Key Retrieval - When managing your account via the Web API, you will need to retrieve a login key to authorize yourself.
- Search - This service allows anybody to search the entire Bitmunk catalog for songs, albums, movies, television and other media that is currently registered with Bitmunk.
- PeerBuy - Have Bitmunk create a PeerBuy contract for you so that you can use a Bitmunk-compatible piece of software to perform a purchase.
- WebBuy - Securely purchase a piece of digital content from Bitmunk using only the Web API.