Upload Knowledge Base File
Upload a knowledge base file to a specific call flow.
Headers
API key used for authenticating requests to the API.
Workspace identifier for the API.
Path Parameters
The unique identifier of the call flow to which the knowledge base file will be uploaded.
Request Body
The knowledge base file to upload. Accepted file formats are PDF (.pdf), plain text (.txt), Word document (.docx), and Markdown (.md).
Only one file can be uploaded per request.
Response Fields
The unique identifier for the call flow to which the knowledge base file has been uploaded.
The identifier of the workspace associated with the call flow.
Contains the updated settings for the call flow following the file upload.
An array of objects representing the knowledge base files associated with the call flow. Each object in this array provides details about the uploaded files, including:
The name of the file as stored in the system.
A unique key or identifier used internally to reference the file.
A URL where the uploaded file can be accessed or downloaded.