Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.truedy.ai/api/public/v1/knowledge-bases/{kb_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "kb_x9y8z7w6", "name": "Product FAQ", "description": "Frequently asked questions about our product line", "status": "ready", "source_count": 12, "chunk_count": 847, "embedding_model": "text-embedding-3-small", "created_at": "2026-03-01T09:00:00Z", "updated_at": "2026-04-04T18:00:00Z" }, "meta": { "request_id": "req_32e7531c", "ts": "2026-04-05T10:22:00Z" } }
Retrieve details about a specific knowledge base.
API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>
Knowledge base ID
Knowledge base details
Show child attributes