/
/Koel API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 3m ago · Updated 1mo ago
authentication4
  • getGet profile
  • putUpdate profile
  • postLog in
  • deleteLog out
data1
  • getGet application data
download4
  • getDownload songs
  • getDownload album
  • getDownload artist
  • getDownload playlist
interaction5
  • postIncrease play count
  • postToggle like/unlike a song
  • postLike multiple songs
  • postUnlike multiple songs
  • getGet recently played songs
last.fm3
  • postScrobble a song
  • postSet Last.fm session key
  • getConnect to Last.fm
media information7
  • putUpdate song(s) information
  • getGet album's extra information
  • getGet artist's extra information
  • getGet song's extra information
  • putUpload album's cover
  • putUpload artist's image
  • getGet album's thumbnail
playback1
  • getPlay a song
playlist3
  • getGet current user's playlists
  • postCreate another playlist
  • patchUpdate a playlist
S3 integration1
  • postSave a song from S3
search2
  • getSearch for songs, albums, and artists
  • getSearch for songs
settings1
  • putSave the application settings
user3
  • postCreate a user
  • deleteDelete a user
  • patchUpdate a user
  • getGet playlist's songs
  • delete
  • put
  • deleteRemove a song from S3
  • postUpload a song
user

Create a user

Create a new user

post/api/user

Request body

namestring required
emailstring email required
passwordstring password required
is_adminboolean required

Response

OK

idinteger required
namestring required
emailstring required
is_adminboolean required

Changes