Mashup APIs/File Sharing
|
|

Torrent Prodigem API
http://torrentocracy.com/mediawiki/index.php/Prodigem_API
The Prodigem API is an interface for programmers to gain access into the Prodigem Bit Torrent Hosting Service. It allows the possibility of designing new Prodigem interfaces and making Prodigem a part of other services (eg. blogging tools, content management systems). Imagine the power of a "Help, I've been slashdotted!" button in any web management tool.
Most of the API functions require a Prodigem account. Be sure to sign up (https://ssl4.westserver.net/lerhaupt/prodigem/torrents/createAccount.php) (for a limited time, preview accounts come with full torrent creation capabilities and are free). If you are interested in demoing the API, at the bottom of each of the function documentation pages is a link to a web form which will POST to the specified method (or you can go to our test_rest (http://www.prodigem.com/services/test_rest.html) page to see the full thing). To see the API in action, check out PEP (http://prodigem.com/code/pep/pep.txt) which is a 400 line PHP script which uses the API to auto-torrent RSS feed enclosures.