stereomood API

playlist – POST (create)

creates a new playlist for the authenticated user.

url:

http://www.stereomood.com/api/user/playlists/playlist.format

HTTP request method:

POST

formats:

xml, json

requires authentication (about authentication):

true

rate limiting (about rate limiting):

false

parameters:

  • name. the name of the playlist.

sample request:

http://www.stereomood.com/api/user/playlists/playlist.json?name=playlist or http://www.stereomood.com/api/user/playlists/playlist.xml?name=playlist

xml sample response:

<?xml version="1.0" encoding="utf-8"?>
<playlist>
    <id>id of the playlist</id>
</playlist>

Last edited by Stereomood Tech Team, March 24, 2010

create an application