v1

latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KB

Add URL to Knowledge Base URL Item.

Adds a new URL to an existing knowledge base URL item for processing.

post/v1/voice-agents/knowledge-base/{id}/url

Path parameters

idstring uuid required
Example:d949f13f-40d2-4e48-ac86-b66633070603

UUID of the knowledge base item.

Request body

urlstring uri required

The URL to be added to the knowledge base item.

Example request

{
  "url": "https://example.com/page"
}

Response

Successful response

successboolean
messagestring
messageKeystring

Example response

{
  "success": true,
  "message": "URL added successfully to knowledge base item",
  "messageKey": "URL_ADDED_SUCCESSFULLY"
}