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

# AmazonVideo

> 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)
