> ## 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.

# InitialUploadResponse (JSON)

> InitialUploadResponse (JSON)

# InitialUploadResponse (JSON)

<a id="ID4EO" />

## InitialUploadResponse

The InitialUploadResponse object has the following specification.

| Member                   | Type   | Description                                                                                                                                                                                                                                                                                 |
| ------------------------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <b>gameClipId</b>        | string | ID assigned for the upload data request.                                                                                                                                                                                                                                                    |
| <b>uploadUri</b>         | URI    | Location to which the game clip should be uploaded.                                                                                                                                                                                                                                         |
| <b>largeThumbnailUri</b> | URI    | Optional. Location to which the large thumbnail should be uploaded. Presence of this field is determined by the [ThumbnailSource Enumeration](/reference/live/rest/enums/gvr-enum-thumbnailsource) value in the <b>InitialUploadRequest</b> (will be present when the upload is specified). |
| <b>smallThumbnailUri</b> | URI    | Optional. Location to which the small thumbnail should be uploaded. Presence of this field is determined by the [ThumbnailSource Enumeration](/reference/live/rest/enums/gvr-enum-thumbnailsource) value in the <b>InitialUploadRequest</b> (will be present when the upload is specified). |

<a id="ID4EYC" />

## Sample JSON syntax

```json theme={null}
{
   "gameClipId": "6b364924-5650-480f-86a7-fc002a1ee752"  ,  
   "uploadUri": "https://gameclips.xbox.live/upload/xuid(2716903703773872)/6b364924-5650-480f-86a7-fc002a1ee752/container",
   "largeThumbnailUri": "https://gameclips.xbox.live/upload/xuid(2716903703773872)/6b364924-5650-480f-86a7-fc002a1ee752/container/thumbnails/large",
   "smallThumbnailUri": "https://gameclips.xbox.live/upload/xuid(2716903703773872)/6b364924-5650-480f-86a7-fc002a1ee752/container/thumbnails/small"
 }
    
```

<a id="ID4EBD" />

## See also

<a id="ID4EDD" />

##### Parent

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


## Related topics

- [Services C API overview - PFDataTypes.h](/services/playfab/api-references/c/pfdatatypes/pfdatatypes_members.md)
- [PFCatalogCreateUploadUrlsResponse](/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogcreateuploadurlsresponse.md)
- [PFDataAbortFileUploadsResponse](/services/playfab/api-references/c/pfdatatypes/structs/pfdataabortfileuploadsresponse.md)
- [PFDataFinalizeFileUploadsResponse](/services/playfab/api-references/c/pfdatatypes/structs/pfdatafinalizefileuploadsresponse.md)
- [PFDataInitiateFileUploadsResponse](/services/playfab/api-references/c/pfdatatypes/structs/pfdatainitiatefileuploadsresponse.md)
