Skip to main content
POST
Get page content

Rate limits

  • 10,000 requests per Mintlify organization per hour

Authorizations

Authorization
string
header
required

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

domain
string
required

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

application/json
path
string
required

The page slug or path to retrieve content for. This corresponds to the page field returned by the Search documentation endpoint.

Response

Page content retrieved successfully

path
string

The page path that was requested.

content
string

The full text content of the page.