Skip to main content
GET
Get Pillar Document

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Path Parameters

pillar_id
string<uuid>
required

The pillar whose document to fetch.

Query Parameters

website_id
string<uuid>
required

The website whose Knowledge Base to read.

Response

Successful response with the pillar's synthesized document

pillar_id
string<uuid>
required
name
string
required
document
string | null
required

The synthesized markdown document, or null when none exists yet.

generated_at
string | null
required

ISO 8601 timestamp of the document's last generation, or null.