> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# content • AI Agent SDK

> content: Download the video content.

# content

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**VideoAgent**](../classes/VideoAgent) class in the [**video\_agent**](../modules/video_agent) module.

Download the video content.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def content(video_id: str) -> bytes
```

## Parameters

<ParamField query="video_id" type="str" required={true}>
  The video ID to download \*\*kwargs: Additional parameters
</ParamField>

### Returns

<ResponseField name="Returns" type="bytes">
  Raw video bytes (MP4 format)
</ResponseField>

## Used By

* [`VideoAgent.start`](../functions/VideoAgent-start)
* [`VideoAgent.download`](../functions/VideoAgent-download)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/agent/video_agent.py#L404">
  `praisonaiagents/agent/video_agent.py` at line 404
</Card>
