public

GET /v1/public/kb/{slug}

Read one knowledge-base article.

Všechny koncové body public

Autentizace

Tento koncový bod je veřejný. Nevyžaduje žádná pověření ani organizaci – je to to, co čte náš vlastní marketingový web a naše AI vyhledávače.

Tento koncový bod nevyžaduje žádné ID organizace. Váš klíč již identifikuje organizaci, ke které patří, a odpověď je na ni omezena.

Vyzvednout

Nahraďte cokoli v závorkách vlastními hodnotami a zástupný symbol klíče klíčem z vašeho řídicího panelu.

curl -X GET https://api.zinndigital.com/v1/public/kb/{slug}

Přihlášeni? Konzole API ve vašem dashboardu automaticky doplní vaše skutečné ID organizace i váš vlastní klíč a odešle požadavek na živé API, abyste viděli reálnou odpověď. Otevřete tento koncový bod v konzoli API

Podrobnosti

Anonymous. ⛔ A draft is a `404`, the same as a missing slug — distinguishing them would tell an anonymous caller which unpublished articles exist, which is a preview of unannounced work.

Parametry

NázevTypPožadovánoCo to je
slug (path)stringAnoThe article's URL segment. Accepts the English slug, this locale's translated slug, a **retired** slug, and — since 2026-08-24 — **any other locale's** slug. An AI citation carr…
locale (query)stringNeThe language to render in; unknown values fall back to English.

Odpověď

NázevTypPožadovánoCo to je
slugstringAnoThe article's URL segment **in the requested locale** — the translated slug where one has been published, the English slug otherwise (#2595, §2.19). ⛔ Link to this value rather…
categorystringAnoThe category slug, or empty when the article is uncategorised.
titlestringAno
summarystringAnoThe meta description, the search snippet and the sentence an AI answer engine is most likely to quote (§2.18).
bodystringAnoMarkdown.
localestringAno⛔ The locale the reader is **actually** getting, decided by whether the copy differs from the English rather than by what was asked for. A payload claiming `es` while carrying E…
published_atstringAno
updated_atstringAno

Chyby, které může tento koncový bod vrátit

404 · 429