DistributeApp LogoDistributeProject
DistributorAlbumsCoversId

Check if album cover exists

Returns whether a JPG cover exists for the album.

GET
/albums/covers/{id}

Path Parameters

id*string

Album ID (UUID)

Response Body

application/json

application/json

curl -X GET "https://loading/api/albums/covers/string"
{
  "has_cover": true
}
{
  "error": "Validation failed"
}