# AI Search AI Search allows you to find influencers based on the type of content they create, specifically by analyzing the images and videos that they post. It is a beta feature and is available to all Discovery API users. P.S. it currently only supports Instagram influencers who have greater than 10000 followers. ## Text-based AI Search - [POST /ai/text-search](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/ai-search/aisearchcontroller_textsearch.md): Search for influencers using a text based query i.e. "woman with curly hair lifting weights" (along with other filters). This API has a fixed 1 RPS limit for searches. Each successful request consumes 0.15 credits. ## Image-based AI Search - [POST /ai/image-search](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/ai-search/aisearchcontroller_imagesearch.md): Search for influencers using an image based query (along with other filters) and you will get influencers who have posted content similar to the query image. This API has a fixed 1 RPS limit for searches. Each successful request consumes 0.15 credits. ## Brands Dictionary - [GET /ai/brands](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/ai-search/aisearchcontroller_brandsdictionary.md): 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.