Get page content
Retrieve the full text content of a specific documentation page by its path. Use this after a search to fetch the complete content of a matching page.
Authenticate with an assistant API key.
Rate limits
- 10,000 requests per Mintlify organization per hour
Authorizations
The Authorization header expects a Bearer token. Use an assistant API key. Generate one on the API keys page in your dashboard. In production, proxy requests through your backend rather than embedding the key in client-side code.
Path Parameters
The domain identifier from your domain.mintlify.site URL. Can be found at the end of your dashboard URL. For example, app.mintlify.com/organization/domain has a domain identifier of domain.
Body
The page slug or path to retrieve content for. This corresponds to the page field returned by the Search documentation endpoint.