public

GET /v1/public/kb/{slug}

Read one knowledge-base article.

Alle public Endpunkte

Authentifizierung

Dieser Endpunkt ist öffentlich. Er erfordert weder Anmeldedaten noch eine Organisation – er wird auch von unserer eigenen Marketing-Website und den KI-Antwort-Engines gelesen.

Dieser Endpunkt erfordert keine Organisations-ID. Ihr Schlüssel identifiziert bereits die zugehörige Organisation, und die Antwort ist entsprechend eingeschränkt.

Ausprobieren

Ersetzen Sie alles in spitzen Klammern durch Ihre eigenen Werte und den Platzhalter für den Schlüssel durch einen Schlüssel aus Ihrem Dashboard.

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

Angemeldet? Die API-Konsole in Ihrem Dashboard trägt automatisch Ihre echte Organisations-ID sowie Ihren eigenen Schlüssel ein und führt die Anfrage gegen die Live-API aus, sodass Sie die tatsächliche Antwort sehen können. Öffnen Sie diesen Endpunkt in der API-Konsole

Details

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.

Parameter

NameTypErforderlichWas es ist
slug (path)stringJaThe 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)stringNeinThe language to render in; unknown values fall back to English.

Antwort

NameTypErforderlichWas es ist
slugstringJaThe 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…
categorystringJaThe category slug, or empty when the article is uncategorised.
titlestringJa
summarystringJaThe meta description, the search snippet and the sentence an AI answer engine is most likely to quote (§2.18).
bodystringJaMarkdown.
localestringJa⛔ 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_atstringJa
updated_atstringJa

Fehler, die dieser Endpunkt zurückgeben kann

404 · 429