Skip to content

Mentions Dictionary

Request

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
Query
querystring

Prefix to search for (e.g. "cars" will match "carsofinstagram", "carshow", etc.)

platformstringrequired

Platform to search in

Enum:"instagram""tiktok""youtube"
GET
/ai/mentions
curl -i -X GET \
  'https://api.modash.io/v1/ai/mentions?query=string&platform=instagram' \
  -H 'Authorization: Bearer <YOUR_token_HERE>'

Responses

Bodyapplication/json
errorboolean

If there is an error

Example:false
resultArray of objects(TextTagsDictionaryResult)required

Top results sorted by popularity

Response
{ "error": false, "result": [ {} ] }