Example Usage
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
type | ”video_url” | :heavy_check_mark: | N/A | |
videoUrl | models.ChatContentVideoInput | :heavy_check_mark: | Video input object | {"url": "https://example.com/video.mp4"} |
ChatContentVideo type definition
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
type | ”video_url” | :heavy_check_mark: | N/A | |
videoUrl | models.ChatContentVideoInput | :heavy_check_mark: | Video input object | {"url": "https://example.com/video.mp4"} |