This endpoint searches for tracks. If you specify more than one search parameter, the API uses an AND condition. Array parameters can be specified multiple times; in this case, the API uses an AND or an OR condition with those values, depending on the parameter. Search for audio tracks using keywords, instruments, duration, genre with sub-genres like Blues > Chicago, moods, safe search parameters, etc.
- Provider
- Shutterstock (Stock Media)
- Input summary
- {"name":"query","type":"string","required":false,"description":"One or more search terms separated by spaces"}, {"name":"artists","type":"array","required":false,"description":"Show tracks with one of the specified artist names or IDs"}, {"name":"instruments","type":"array","required":false,"description":"Show tracks with each of the specified instruments; to get the list of instruments, use","enum":["Piano","Trumpet","Drums"]}, {"name":"duration","type":"integer","required":false,"description":"Show tracks with the specified duration in seconds"}, {"name":"duration_from","type":"integer","required":false,"description":"Show tracks with the specified duration or longer in seconds"}, {"name":"duration_to","type":"integer","required":false,"description":"Show tracks with the specified duration or shorter in seconds"}, {"name":"bpm","type":"integer","required":false,"description":"(Deprecated; use bpm_from and bpm_to instead) Show tracks with the specified beats per minute"}, {"name":"bpm_from","type":"integer","required":false,"description":"Show tracks with the specified beats per minute or faster"}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available