/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
Query · 2
slugstringRequiredDocumentation page slug.
localestringCommunication locale code used to filter content.
Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.
Length: 2–2
Request
GET /api/v1/docs/page
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.