Discovery API//
- Mentions 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
Brands Dictionary
Hashtags 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
Mentions Dictionary
Get popular mentions matching a prefix query for the specified platform. Results are sorted by popularity (number of posts). YouTube is not supported. This endpoint costs nothing and there are no strict rate limits.
Security
accessToken
GET
curl -i -X GET \
'https://api.modash.io/v1/ai/mentions?query=string&platform=instagram' \
-H 'Authorization: Bearer <YOUR_token_HERE>'Response
{ "error": false, "result": [ { … } ] }