SonicSearch - Search By A URL

Initiate searches using media from Youtube or SoundCloud.

Process URL

Pass processUrl a YouTube or Soundcloud URL, and it will return a search_id which can then be used to match tracks with, once the URL has been processed.

/api/sonicsearch/processUrl
Param Required Description
url yes YouTube or Soundcloud URL to match against

Example Response

{
"search_id": 141,
"title": "The thing I uploaded by me"
}

Retrieve Matches

Now that you have a search_id, you can retrieve your matches. Matches are generated at the time of the request, not the time of the generated search. This means that if you want to save a popular search_id for use later, the matches will update with additional tracks as they are added to your library.

See the search documentation here