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
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
slug (path) | string | Sim | The 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) | string | Não | The language to render in; unknown values fall back to English. |
Resposta
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
slug | string | Sim | The 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… |
category | string | Sim | The category slug, or empty when the article is uncategorised. |
title | string | Sim | — |
summary | string | Sim | The meta description, the search snippet and the sentence an AI answer engine is most likely to quote (§2.18). |
body | string | Sim | Markdown. |
locale | string | Sim | ⛔ 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_at | string | Sim | — |
updated_at | string | Sim | — |
Erros que este endpoint pode retornar
404 · 429