cURL
curl --request PATCH \ --url https://api.example.com/v1/voiceai/knowledge-base/{document_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>" } '
{ "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": [] }
Update a knowledge base document name.
API key for programmatic access
Model for updating a knowledge base document (name only)
1 - 500
Successful Response
Knowledge base document detail response (with full content)
Metadata for knowledge base documents
Show child attributes