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

# GameClipUri (JSON)

> GameClipUri (JSON)

# GameClipUri (JSON)

<a id="ID4EO" />

## GameClipUri

The GameClipUri object has the following specification.

| Member            | Type                    | Description                                                                                                                                                      |
| ----------------- | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <b>uri</b>        | string                  | The URI to the location of the video asset.                                                                                                                      |
| <b>fileSize</b>   | 32-bit unsigned integer | The total file size of the thumbnail image.                                                                                                                      |
| <b>uriType</b>    | GameClipUriType         | The type of the URI.                                                                                                                                             |
| <b>expiration</b> | DateTime                | The expiration time of the URI that is included in this response. If the URL is empty or deemed expired before playback, callers should call the RefreshUrl API. |

<a id="ID4EMC" />

## Sample JSON syntax

```json theme={null}
{
         "uri": "http://gameclips.xbox.com/clips/7ce5c1a7-1255-46d3-a90e-34a0e2dfab06/clip.mp4",
         "fileSize": 1234565,
         "uriType": "Download",
         "expiration": "9999-12-31T23:59:59.9999999"
       }
    
```

<a id="ID4EVC" />

## See also

<a id="ID4EXC" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)


## Related topics

- [GameClipUriType Enumeration](/reference/live/rest/enums/gvr-enum-gameclipuritype.md)
- [Enumeración GameClipUriType](/es/reference/live/rest/enums/gvr-enum-gameclipuritype.md)
- [GameClipUriType 枚举](/zh-CN/reference/live/rest/enums/gvr-enum-gameclipuritype.md)
- [GameClipUriType 列挙体](/ja-jp/reference/live/rest/enums/gvr-enum-gameclipuritype.md)
- [Enumerations Used In JavaScript Object Notation (JSON) Objects](/reference/live/rest/enums/atoc-xboxlivews-reference-enums.md)
