Skip to main content

Upload Custom Image

Upload custom image for future use with custom cards. Image can be multipart/form-data pushed, or you can post with url of image instead of image file.

Request Body
type string

Possible values: [cover, logo]

file binary REQUIRED

image file

Responses
200

successful

Schema
httpCode integer
status string
id int64
src string

image URL

400

Error

Schema
httpCode integer
error string

Possible values: [File not selected, [object Object]]

error description

403

Access denied

Schema
httpCode integer
error string

Possible values: [Access denied]

error description