public

GET /v1/public/kb/{slug}

Read one knowledge-base article.

Tous les points de terminaison public

Authentification

Cet point de terminaison est public. Il ne nécessite aucun identifiant ni aucune organisation : c'est ce que notre propre site marketing et nos moteurs de réponse IA lisent.

Cet endpoint ne prend aucun identifiant d'organisation. Votre clé identifie déjà l'organisation à laquelle elle appartient, et la réponse y est limitée.

Essayer

Remplacez tout ce qui se trouve entre crochets par vos propres valeurs, et le espace réservé à la clé par une clé de votre tableau de bord.

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

Connecté ? La console d'API de votre tableau de bord saisit votre véritable ID d'organisation ainsi que votre propre clé, et exécute la requête sur l'API de production afin que vous puissiez voir la réponse réelle. Ouvrir ce point de terminaison dans la console API

Détails

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.

Paramètres

NomTypeObligatoireQu'est-ce que c'est
slug (path)stringOuiThe 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)stringNonThe language to render in; unknown values fall back to English.

Réponse

NomTypeObligatoireQu'est-ce que c'est
slugstringOuiThe 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…
categorystringOuiThe category slug, or empty when the article is uncategorised.
titlestringOui
summarystringOuiThe meta description, the search snippet and the sentence an AI answer engine is most likely to quote (§2.18).
bodystringOuiMarkdown.
localestringOui⛔ 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_atstringOui
updated_atstringOui

Erreurs que cet point de terminaison peut renvoyer

404 · 429