Music#

These work with the Jannis Radio Station


  • POST: /music/addToLibrary

    Add a songs to the music library

    permssions:

    DJ

    headers:
    x-api-key (string)
    UUID (string) - Check permission for this user
    link (string) - Youtube Link to Download
    title (string) - Song title
    artist (string) - Artist name
    Return Example:
    {"codes": [200]}
    

  • GET: /radio/getTrackInfo

    Get the current Title and Artist of the song

    Return Example:
    {"codes": [200],
     "title": "Panic Room",
     "artist": "Au/Ra"}