Logo

OpenMusic API

Endpoints

Cover

Retrieve the cover art image for a song

GET
/song/{id}/art

Path Parameters

id*string

The unique identifier of the song

Response Body

text/plain

application/json

curl -X GET "http://localhost:8080/api/song/string/art"
"string"
"404 page not found"
{
  "message": "string",
  "code": "string"
}