Skip to content

Cover art

Kun Deng edited this page Oct 26, 2019 · 5 revisions

Retrieve cover art

URI: https://icarus-demo.com/api/v1/coverart/2
Method: Get
Content type: application/json
Authorization: Bearer token

{
    "id": 2,
    "songTitle": "Living For The City"
}

Retrieve all cover art

URI: https://icarus-demo.com/api/v1/coverart
Method: Get
Content type: application/json
Authorization: Bearer token

[
    {
        "id": 1,
        "songTitle": "Honestly OK"
    },
    {
        "id": 2,
        "songTitle": "Living For The City"
    },
    {
        "id": 3,
        "songTitle": "Straighten Up and Fly Right"
    },
    {
        "id": 4,
        "songTitle": "Melancholy Madeline (Frankie Laine - Vocal)"
    },
    {
        "id": 5,
        "songTitle": "Got A Penny (Alternate Version)"
    }
]

Download cover art

URI: https://icarus-demo.com/api/v1/coverart/download
Method: Get
Content type: image/*
Authorization: Bearer token

Clone this wiki locally