public

GET /v1/public/kb

Browse or search the knowledge base.

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

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** — no credential, no tenant. This is what the marketing site server-renders and what an AI answer engine crawls (§2.18), so it must work with no authentication at all. Published articles only, and that filter lives in every queryset rather than in a serializer so a new field or endpoint cannot leak a draft. `locale` names what the reader wants; the payload's `locale` reports what they actually got, field by field, with English as the floor.

Paramètres

NomTypeObligatoireQu'est-ce que c'est
cursor (query)stringNonOpaque cursor from a previous page's `page.next_cursor`.
limit (query)integerNonMaximum items to return (page size).
locale (query)stringNonThe language to render in. An unknown value falls back to English rather than returning nothing, so a visitor whose browser sends a locale we do not serve reads the English arti…
category (query)stringNonOnly articles in this category slug.
q (query)stringNonFree text, minimum two characters.

Réponse

NomTypeObligatoireQu'est-ce que c'est
dataKbArticle[]Oui
pagePageMetaOui

Erreurs que cet point de terminaison peut renvoyer

422 · 429