> ## 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.

# Upload Media

> Upload a media file as a new knowledge base

Upload media files along with optional metadata like name and description.

### Headers

<ParamField header="authorization" type="string" required>
  Your API key for authentication.
</ParamField>

### Body

<ParamField body="file" type="file" required>
  The media file to be uploaded. Must be an .mp3 or .mp4 file.
</ParamField>

<ParamField body="name" type="string">
  Name for the uploaded media file
</ParamField>

<ParamField body="description" type="string">
  Description for the uploaded media file
</ParamField>

***

Docs for agents: [llms.txt](/llms.txt)
