Autenticazione
Questo endpoint è pubblico. Non richiede credenziali né alcuna organizzazione: è ciò che leggono il nostro sito di marketing e i nostri motori di risposta basati su IA.
Questo endpoint non richiede alcun ID organizzazione. La tua chiave identifica già l'organizzazione a cui appartiene e la risposta è limitata ad essa.
Provalo
Sostituisci qualsiasi elemento tra parentesi angolari con i tuoi valori e il segnaposto key con una chiave dalla tua dashboard.
curl -X GET https://api.zinndigital.com/v1/public/kb/{slug}Hai effettuato l'accesso? La console API nella tua dashboard inserisce il tuo ID organizzazione reale e la tua chiave personale, ed esegue la richiesta sull'API live in modo da poter vedere la risposta effettiva. Apri questo endpoint nella console API
Dettagli
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.
Parametri
| Nome | Tipo | Obbligatorio | Che cos'è |
|---|---|---|---|
slug (path) | string | Sì | 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 | No | The language to render in; unknown values fall back to English. |
Risposta
| Nome | Tipo | Obbligatorio | Che cos'è |
|---|---|---|---|
slug | string | Sì | 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 | Sì | The category slug, or empty when the article is uncategorised. |
title | string | Sì | — |
summary | string | Sì | The meta description, the search snippet and the sentence an AI answer engine is most likely to quote (§2.18). |
body | string | Sì | Markdown. |
locale | string | Sì | ⛔ 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 | Sì | — |
updated_at | string | Sì | — |
Errori che questo endpoint può restituire
404 · 429