Tool to create a new knowledgebase for Voice AI agents to reference during conversations. Use when you need to provide agents with domain-specific knowledge from PDFs or web URLs. Note: Initially returns status 'processing'; poll or wait for status to become 'processed' before u…
urlstringURL to ingest as the knowledgebase source (e.g., 'https://example.com/documentation'). Either 'url' or 'file' must be provided, but not both. Use this for web-based content.
fileobjectPDF file to upload as the knowledgebase source. Either 'file' or 'url' must be provided, but not both.
user_idstringOptional user identifier to associate with this knowledgebase
chunk_sizeintegerSize of text chunks to split the content into for vector embeddings. Larger chunks preserve more context but may reduce retrieval precision. Typical values: 200-1000.
overlappingintegerNumber of characters to overlap between consecutive chunks. Overlapping helps preserve context across chunk boundaries. Typical values: 50-200.
is_api_requestbooleanInternal flag to indicate if this is an API request. Typically not needed by end users.
sub_account_idstringOptional sub-account identifier for multi-tenant environments
similarity_top_kintegerNumber of most similar chunks to retrieve during agent queries. Higher values provide more context but may include less relevant information. Typical values: 1-10.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.