# 查询视频内容

**方法**: `GET`
**路径**: `/v1/videos/{task_id}/content`

<https://platform.openai.com/docs/api-reference/videos/create>

任务成功后调用

## 请求参数

### Path 参数

```text
task_id
string
必需
```

### Header 参数

```text
Authorization
string
可选
默认值:
Bearer {{YOUR_API_KEY}}
```

## 请求示例代码

### Shell

```bash
curl --location --request GET '/v1/videos//content' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}'
```

## 返回响应

### 🟢 200 成功

**内容类型**: `audio/mp4`
