public

GET /v1/public/kb/{slug}

Read one knowledge-base article.

Todos os endpoints de public

Autenticação

Este endpoint é público. Ele não requer credenciais nem organização — é o que nosso próprio site de marketing e os mecanismos de resposta de IA leem.

Este endpoint não requer um ID de organização. Sua chave já identifica a organização à qual pertence, e a resposta é delimitada a ela.

Experimente

Substitua qualquer item entre colchetes por seus próprios valores e o espaço reservado para a chave por uma chave do seu painel.

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

Conectado? O console da API no seu painel preenche o ID da sua organização real e a sua própria chave, e executa a requisição contra a API de produção para que você possa ver a resposta real. Abra este endpoint no console da API

Detalhes

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

NomeTipoObrigatórioO que é
slug (path)stringSimThe 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)stringNãoThe language to render in; unknown values fall back to English.

Resposta

NomeTipoObrigatórioO que é
slugstringSimThe 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…
categorystringSimThe category slug, or empty when the article is uncategorised.
titlestringSim
summarystringSimThe meta description, the search snippet and the sentence an AI answer engine is most likely to quote (§2.18).
bodystringSimMarkdown.
localestringSim⛔ 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_atstringSim
updated_atstringSim

Erros que este endpoint pode retornar

404 · 429