cURL
curl --request POST \ --url https://api.steamsets.com/v1/account.uploadImages \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "images": [ { "data": "<string>", "type": "avatar" } ] } '
{ "images": [ { "active": true, "fileName": "<string>", "imageId": "<string>", "imageType": "avatar" } ], "$schema": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The images to upload
Show child attributes
OK
The images uploaded
A URL to the JSON Schema for this object.
"https://api.steamsets.com/schemas/V1AccountUploadImagesResponseBody.json"