• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Search results

  1. Dotty

    EN [SOLVED][API] add url and download

    I know where to find the doc, any way I solved my problem don't know exactly what was wrong I was so tired when I fixed it, sorry can't help anyone :/
  2. Dotty

    EN [SOLVED][API] add url and download

    Me again, here is the angular code of Sinusbot itself: $scope.addDLJob = function(a) { $http({ url: "/api/v1/bot/jobs", method: "POST", data: { url: a }, headers: { "Content-Type"...
  3. Dotty

    EN [SOLVED][API] add url and download

    Hi, I'm writing a script that given a Youtube url get the mp3 file (this part il done, I have an api pointing to the mp3 file url given the Youtube link) and here is my problem: I want sinusbot to download this file and add it to the list. But this api end-point...
Top