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
The image data aka base64 encoded image
The Image Type
avatar
background
mini_background
animated_avatar
avatar_frame
OK
The images uploaded
Whether the image is active or not
The name of the file
The id of the image
The type of the image
aniamted_avatar
A URL to the JSON Schema for this object.