Skip to main content
Perform semantic and keyword searches across your documentation with configurable filtering and pagination.

Endpoint

domain
string
required
The domain identifier from your domain.mintlify.app URL. Can be found at the end of your dashboard URL. For example, dashboard.mintlify.com/organization/domain has a domain identifier of domain.

Request Body

query
string
required
The search query to execute against your documentation content.
pageSize
number
default:"10"
Number of search results to return. Defaults to 10 if not specified.
filter
object
Optional filtering parameters to narrow search results.

Response

results
array
Array of search results.

Authentication

This endpoint requires an assistant API key (prefixed with mint_dsc_). This is a public key safe for use in client-side code. Generate one on the API keys page in your dashboard.