> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "AmazonVideo"
description: "Represents a video describing an Amazon product."
---

## Fields

<ParamField path="durationSeconds" type="Int!" required>
  The duration of the video in seconds.
</ParamField>

<ParamField path="width" type="Int!" required>
  The width of the video, usually measured in pixels.
</ParamField>

<ParamField path="height" type="Int!" required>
  The height of the video, usually measured in pixels.
</ParamField>

<ParamField path="url" type={<a href="/api-reference/url">URL!</a>} required>
  A URL to the video itself.
</ParamField>

<ParamField path="thumbnailURL" type={<a href="/api-reference/url">URL!</a>} required>
  A URL to the thumbnail image for the video, which is typically a still image representing the video content.
</ParamField>

<ParamField path="title" type="String!" required>
  The title of the video, which can provide context or information about the video content.
</ParamField>

## Related types

* [`AmazonProduct`](/api-reference/amazonproduct)


---

*Powered by [holocron.so](https://holocron.so)*
