Logo

OpenMusic API

Endpoints

Stream

Stream the audio file of a song

GET
/song/{id}/stream

Path Parameters

id*string

The unique identifier of the song

Response Body

application/json

application/json

curl -X GET "http://localhost:8080/api/song/string/stream"
"string"
{
  "message": "string",
  "code": "string"
}
{
  "message": "string",
  "code": "string"
}