playlists
Creates a new playlist or album
post/playlists
Query parameters
user_idstring required
The user ID of the user making the request
Request body
Example request
{
"playlist_id": "x5pJ3Az",
"playlist_name": "My New Playlist",
"stream_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
}
}Response
Playlist created successfully