curl --request POST \
--url https://api.bland.ai/v1/knowledgebases/upload \
--header 'Content-Type: multipart/form-data' \
--header 'authorization: <authorization>' \
--form 'name=<string>' \
--form 'description=<string>'
Upload a text file as a new knowledge base
curl --request POST \
--url https://api.bland.ai/v1/knowledgebases/upload \
--header 'Content-Type: multipart/form-data' \
--header 'authorization: <authorization>' \
--form 'name=<string>' \
--form 'description=<string>'