Headers
Your API key for authentication.
Body
The media file to be uploaded. Must be an .mp3 or .mp4 file.
Name for the uploaded media file
Description for the uploaded media file
curl --request POST \
--url https://api.bland.ai/v1/knowledgebases/upload-media \
--header 'Content-Type: multipart/form-data' \
--header 'authorization: <authorization>' \
--form 'name=<string>' \
--form 'description=<string>'
Upload a media file as a new knowledge base
curl --request POST \
--url https://api.bland.ai/v1/knowledgebases/upload-media \
--header 'Content-Type: multipart/form-data' \
--header 'authorization: <authorization>' \
--form 'name=<string>' \
--form 'description=<string>'
Was this page helpful?