POST
/
knowledgebase
curl --request POST \
  --url https://api.bolna.ai/knowledgebase \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form chunk_size=512 \
  --form similarity_top_k=15 \
  --form overlapping=128
{
  "rag_id": "3c90c3xs0d444b5088228dd25736052a",
  "file_name": "sample-rag.pdf",
  "status": "processed"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data

Response

200
application/json

knowledgebase create status response

The response is of type object.