The AI API also includes an embedded, org-wide Knowledge Base — not shown
in the auto-generated endpoint list below. Ingest documents by upload, URL,
markdown, or bulk help-center import (
POST /api/v1/ai/kb/documents,
POST /api/v1/ai/kb/import/help-center), keep them fresh with a staleness
scorecard and per-document verification (GET /api/v1/ai/kb/staleness,
POST /api/v1/ai/kb/documents/{id}/verify), and query them with raw semantic
search (POST /api/v1/ai/kb/search) or a grounded answer with citations
(POST /api/v1/ai/kb/answers). See the full
AI Knowledge Base reference. For a
separately provisioned, per-knowledge-base store, use the
Knowledge Bases API.