cURL
curl --request GET \ --url https://api.example.com/v1/voiceai/knowledge-base/{document_id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "name": "<string>", "type": "<string>", "metadata": { "created_at_unix_secs": 123, "last_updated_at_unix_secs": 123, "size_bytes": 123 }, "extracted_inner_html": "<string>", "url": "<string>", "dependent_agents": [] }
Get a specific knowledge base document by ID with full content.
API key for programmatic access
Successful Response
Knowledge base document detail response (with full content)
Metadata for knowledge base documents
Show child attributes