DocsAPI ReferenceDocs/api/v1/docs/page
getDocsPublic API v1

/api/v1/docs/page

Returns a public documentation page by slug with locale fallback. Content is rendered from Markdown to HTML with anchor list extraction. Powers docs.bizkithub.com — the same content rendered in the admin help center is served here. Returns { found: false } when the page does not exist.

docsgetApiV1DocsPage

Parameters

2 query

2 total
Query · 2
slugstringRequired

Documentation page slug.

localestring

Communication locale code used to filter content.

Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.

Length: 22

Request

GET /api/v1/docs/page

get
curl -X GET "https://api.bizkithub.com/api/v1/docs/page?slug=getting-started&locale=cs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key