API
You can use blueding in any web project to allow your users to download content to their mobile.
Just add a link pointing to:

http://www.blueding.com/?url=[escaped URL]

Where [escaped URL] is the URL of the content to be downloaded escaped.

To escape a URL in javascript use the escape() function.
In PHP use the urlencode() function.