V1 (api.cider.sh/v1)

MusicKit Token

GET https://api.cider.sh/v1

Returns the current working MusicKit Token

{
    "token": ...,
    "error": ...
}

Returns the Apple Music config

GET https://api.cider.sh/v1/config

{
    // Apple music config. Too biug to paste here
}

Gets the image from POST /images

GET https://api.cider.sh/v1/image

Path Parameters

{
    // Image DATA
}

Gets the MXM Token

GET https://api.cider.sh/v1/mxm

{
    "token": ...
}

Upload iCloud artwork to the server temporarily

POST https://api.cider.sh/v1/images

Request Body

{
    "url": ...
}

Gets the MXM Lyrics

POST https://api.cider.sh/v1/lyrics

Request Body

{
    // Response
}

Converts a m3u8 file to a gif or an mp4

POST https://api.cider.sh/v1/animated

Request Body

{
    "url": "https://api.cider.sh/animated/<file>.mp4"
}

Last updated