Skip to main content
GET
Read a Cactal documentation page

Authorizations

Authorization
string
header
required

Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.

Query Parameters

path
string
required

Docs page path, for example "concepts/publishing". Pass "llms.txt" for the index of every page.

Required string length: 1 - 500

Response

The requested documentation page in Markdown.

content
string
required

The documentation page formatted as Markdown.