Search

Get page content

Retrieve the indexed text of a documentation page by its path. Use after Search documentation to fetch the full page. Authenticate with a Velu API key.

GET/v1/page

Authorizations

BearerAuthorizationstringrequiredheader
Create a key in the dashboard under Settings → API keys. Send it as a Bearer token.

Query Parameters

pathstringrequired
Page path, for example `/quickstart`.

Response

200application/json

The page content.

pathstring
page_refstring
titlestring
urlstring
contentstring
401application/json

Missing or invalid API key.

error_codestring
messagestring
404application/json

Error response

error_codestring
messagestring
Was this page helpful?