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
{ |
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.