GET
/
songsearch
{
  "query": "<string>",
  "type": "<string>",
  "title": "<string>",
  "artist": "<string>",
  "image_url": "<string>"
}

Query Parameters

query
string
required

The search query for the song or artist.

type
enum<string>
required

The type of search to perform.

Available options:
track,
artist

Response

200 - application/json

Successful response with song information.

The response is of type object.