Knowledgebases
Create Knowledgebase API
Upload a PDF document to create a knowledgebase, enhancing your Bolna Voice AI agent’s information base and response accuracy.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
PDF file to upload
Chunk size for embedding model
Number of characters which overalap in between neighboring nodes.
Number of top similar nodes to return.
Response
200 - application/json
File name of the PDF uploaded
Available options:
created
The ID of the knowledgebase
Status of the knowledgebase. Initially the status would be processing
.
Available options:
processing
, processed
Was this page helpful?