Skip to main content
POST
Add a custom knowledge page

Authorizations

Authorization
string
header
required

Your API token (af_…) as the Basic-auth username, with an empty password.

Path Parameters

hubId
string
required

24-character hex id of the knowledge hub (from GET /business/knowledge-hubs).

Body

application/json
title
string
required

Page title (1-200 characters).

Required string length: 1 - 200
content
string
required

Page body in Markdown (1-60,000 characters); indexed into the hub's knowledge store as soon as the page is created.

Required string length: 1 - 60000
category
enum<string>

Page category, one of overview (company summary), products, pricing, icp-use-cases (ideal customers and use cases), differentiators, competitors, faq, source-digest (digest of one source), custom (user-authored); defaults to custom.

Available options:
overview,
products,
pricing,
icp-use-cases,
differentiators,
competitors,
faq,
source-digest,
custom

Response

Success

page
object
required