Skip to content

Create a new playlist

POST
/api/playlists
object
name
string

Created

object
id
string format: uuid
name
string
mode
string
currentIndex
integer format: int32
trackCount
integer format: int32
shuffleOrder
Array<integer>
tracks
Array<object>
object
id
string format: uuid
path
string
title
string
artist
string
album
string
duration
number format: double
isStream
boolean
sourcePath
string
isFavorite
boolean

Bad Request