public

GET /v1/public/kb/{slug}

Read one knowledge-base article.

Todos los endpoints de public

Autenticación

Este endpoint es público. No requiere credenciales ni organización; es lo que leen nuestro propio sitio de marketing y los motores de respuesta de IA.

Este endpoint no requiere ningún id de organización. Su clave ya identifica la organización a la que pertenece, y la respuesta está delimitada a ella.

Pruébalo

Reemplaza cualquier elemento entre corchetes angulares por tus propios valores, y el marcador de posición key con una clave de tu panel de control.

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

¿Has iniciado sesión? La consola de la API en tu panel de control rellena el ID de tu organización real y tu propia clave, y ejecuta la solicitud contra la API en vivo para que puedas ver la respuesta real. Abre este endpoint en la consola de la API

Detalles

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.

Parámetros

NombreTipoObligatorio¿Qué es esto?
slug (path)stringThe 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)stringNoThe language to render in; unknown values fall back to English.

Respuesta

NombreTipoObligatorio¿Qué es esto?
slugstringThe 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…
categorystringThe category slug, or empty when the article is uncategorised.
titlestring
summarystringThe meta description, the search snippet and the sentence an AI answer engine is most likely to quote (§2.18).
bodystringMarkdown.
localestring⛔ 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_atstring
updated_atstring

Errores que este endpoint puede devolver

404 · 429