Skip to main content
POST
POST /api/v1/image/upload/{imageName}/{type}/{width}/{height}
Uploads an image file with specified dimensions and type for use in Scootaverse sessions.

Authorizations

X-API-Key
string
header
required

Path Parameters

imageName
string
required
type
string
required
width
integer
required
height
integer
required

Body

application/json

The body is of type string<byte>.

Response

200 - application/json

OK

imageId
string<uuid>
userId
string<uuid>
imageGroup
string
imageName
string
imageSize
string
imageType
string
imageColor
string
visibleToPublic
boolean
active
boolean
imageURI
string
user
object
error
string