# AI Search

AI Search allows you to discover creators using natural language or image queries. Under the hood, it uses vector similarity search to find profiles and content that most closely match the concepts in your prompt. You can also combine these AI queries seamlessly with standard filters.

When to use it: This endpoint is ideal when your criteria go beyond basic metrics. Use it instead of regular Search when you require rich context about a creator's personal identity and niche, or when trying to match a specific visual style.
Choose regular search endpoints when the workflow is mainly filter-based without needing semantic search over post content.

AI Search is limited to creators with more than 10,000 followers.

Available to Discovery API users.

## Instagram Text-based AI Search

 - [POST /ai/instagram/text-search](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/ai-search/aisearchcontroller_igtextsearch.md): Find influencers whose posts semantically (what appears in photos and videos) match the text query. Put language, locations, and similar criteria in filters. query does not support negations—use positive descriptions only. Fixed 1 RPS limit. Each resulting profile costs 0.025 credits.

## Instagram Image-based AI Search

 - [POST /ai/instagram/image-search](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/ai-search/aisearchcontroller_igimagesearch.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 resulting profile costs 0.025 credits.

## TikTok Text-based AI Search

 - [POST /ai/tiktok/text-search](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/ai-search/aisearchcontroller_tttextsearch.md): Find influencers whose posts semantically (what appears in photos and videos) match the text query. Put language, locations, and similar criteria in filters. query does not support negations—use positive descriptions only. Fixed 1 RPS limit. Each resulting profile costs 0.025 credits.

## TikTok Image-based AI Search

 - [POST /ai/tiktok/image-search](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/ai-search/aisearchcontroller_ttimagesearch.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 resulting profile costs 0.025 credits.

## YouTube Text-based AI Search

 - [POST /ai/youtube/text-search](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/ai-search/aisearchcontroller_yttextsearch.md): Find influencers whose posts semantically (what appears in photos and videos) match the text query. Put language, locations, and similar criteria in filters. query does not support negations—use positive descriptions only. Fixed 1 RPS limit. Each resulting profile costs 0.025 credits.

## YouTube Image-based AI Search

 - [POST /ai/youtube/image-search](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/ai-search/aisearchcontroller_ytimagesearch.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. The image is matched against video and short thumbnails. This API has a fixed 1 RPS limit for searches. Each resulting profile costs 0.025 credits.

## Instagram Creator Lookalikes

 - [POST /ai/instagram/lookalikes](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/ai-search/aisearchcontroller_iglookalikes.md): Find creators similar to a given Instagram creator on any platform. Provide the source creator's user ID or username and a target platform. Results include similar creators with their profiles and posts. This API has a fixed 1 RPS limit. Each resulting profile costs 0.025 credits.

## TikTok Creator Lookalikes

 - [POST /ai/tiktok/lookalikes](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/ai-search/aisearchcontroller_ttlookalikes.md): Find creators similar to a given TikTok creator on any platform. Provide the source creator's user ID or username and a target platform. Results include similar creators with their profiles and posts. This API has a fixed 1 RPS limit. Each resulting profile costs 0.025 credits.

## YouTube Creator Lookalikes

 - [POST /ai/youtube/lookalikes](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/ai-search/aisearchcontroller_ytlookalikes.md): Find creators similar to a given YouTube creator on any platform. Provide the source creator's user ID or username and a target platform. Results include similar creators with their profiles and posts. This API has a fixed 1 RPS limit. Each resulting profile costs 0.025 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.

## Instagram Text-based AI Search (deprecated)

 - [POST /ai/text-search](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/ai-search/aisearchcontroller_textsearch.md): Find influencers whose posts semantically (what appears in photos and videos) match the text query. Put language, locations, and similar criteria in filters. query does not support negations—use positive descriptions only. Fixed 1 RPS limit. Each resulting profile costs 0.025 credits.

## Instagram Image-based AI Search (deprecated)

 - [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 resulting profile costs 0.025 credits.

