Skip to main content
These routes use resource: "help-hub" and require no API key. They are intended for consumer-facing surfaces — the public Help Hub page (/help/:url_name) and individual guide pages (/help/:url_name/:documentId). Only Genies with is_public: true (or is_marketplace_genie: true) are served. A Help Hub can additionally be disabled per-Genie without making the Genie itself private. Only documents the owner has explicitly marked is_public are included in any response from these endpoints.

Get Help Hub

Returns the full public data for a Genie’s Help Hub: branding, contact details, published guides grouped by topic, featured questions, downloadable resources, and quick-links.
string
required
help-hub
string
required
public-get
object
required
object

Get guide

Returns the full content of a single published guide attached to a Genie’s Help Hub. Both the Genie and the document must be public.
string
required
help-hub
string
required
public-guide
object
required
object

Error responses