Search Intros
The HookSounds Intros API allows you to fetch intros directly from our catalog.
This API is accessed via the edd-api Intros endpoint:
https://www.hooksounds.com/edd-api/intros/?key=KEY&token=TOKENPaging Parameters
Section titled “Paging Parameters”By default, the API returns 10 results per page for intros queries.
If the total number of results exceeds this limit, you can retrieve additional pages using the page parameter.
https://www.hooksounds.com/edd-api/intros/?key=KEY&token=TOKEN&page=2You can also adjust the number of results returned per page using the number parameter.
https://www.hooksounds.com/edd-api/intros/?key=KEY&token=TOKEN&page=2&number=20Filters
Section titled “Filters”Text search
Section titled “Text search”If you want to make a text search, you can use the s parameter:
https://www.hooksounds.com/edd-api/intros/?key=KEY&token=TOKEN&s=queryTo filter intros by tag, use the tag parameter. You can provide either the tag ID or the slug. You can also pass a comma-separated list of tags.
Example using ID
https://www.hooksounds.com/edd-api/intros/?key=KEY&token=TOKEN&tag=47074Using pagination
https://www.hooksounds.com/edd-api/intros/?key=KEY&token=TOKEN&page=2&tag=47074Using the slug
https://www.hooksounds.com/edd-api/intros/?key=KEY&token=TOKEN&tag=electronicUsing multiple tags
https://www.hooksounds.com/edd-api/intros/?key=KEY&token=TOKEN&tag=47074,47155,47110List tags
Section titled “List tags”To retrieve a list of all tags:
https://www.hooksounds.com/edd-api/intro-tags/?key=KEY&token=TOKENDuration
Section titled “Duration”To filter by duration (in seconds), use minDuration and maxDuration. They can be used together or separately.
https://www.hooksounds.com/edd-api/intros/?key=KEY&token=TOKEN&minDuration=10&maxDuration=18