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.
Retrieve a specific knowledge base item.
GET /v1/knowledge/:id
id
curl -X GET "https://api.callem.ai/v1/knowledge/abc123def456789012345678" \ -H "Authorization: Bearer ck_live_your_api_key_here"
{ "id": "abc123def456789012345678", "name": "Product FAQ", "description": "Frequently asked questions about our products", "text": "## Pricing\nOur standard plan costs €49/month...", "createdAt": "2025-11-20T10:15:00.000Z" }
404
Was this page helpful?