Discovery API//
- Brands Dictionary
Instagram Text-based AI Search
Instagram Image-based AI Search
TikTok Text-based AI Search
TikTok Image-based AI Search
YouTube Text-based AI Search
YouTube Image-based AI Search
Instagram Creator Lookalikes
TikTok Creator Lookalikes
YouTube Creator Lookalikes
Hashtags Dictionary
Mentions Dictionary
Create AI Search list
List AI Search lists
Get AI Search list metadata
Delete AI Search list
List AI Search list members
Add members to an AI Search list
Remove members from an AI Search list
Instagram Text-based AI Search
Instagram Image-based AI Search
Brands Dictionary
Get a list of brands that match the search query. Results from this endpoint are only valid for AI Search filters. Just like other dictionary endpoints, this endpoints costs nothing and there are no strict rate limits.
Security
accessToken
GET
curl -i -X GET \
'https://api.modash.io/v1/ai/brands?query=coca%20cola&domain=string&platform=instagram&userId=string&brandId=string' \
-H 'Authorization: Bearer <YOUR_token_HERE>'Response
{ "error": false, "result": [ { … } ] }