Matches a song against Rocksky’s music database and external metadata providers to resolve the best canonical track, artist, and album
Parameters
Output
Encoding
application/jsonTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"ref": "app.rocksky.song.defs#songViewDetailed",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"title",
"artist"
],
"properties": {
"title": {
"type": "string",
"description": "The title of the song to retrieve"
},
"artist": {
"type": "string",
"description": "The artist of the song to retrieve"
}
}
},
"description": "Matches a song against Rocksky’s music database and external metadata providers to resolve the best canonical track, artist, and album"
}