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>' \
--form file='@example-file'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>' \
--form file='@example-file'Upload text files along with optional metadata like name and description.Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?