Image
Uploads an image encoded in base64 to the specified storage bucket.
POST
/
api
/
v1
/
uploadImage
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
base64
string
The base64-encoded image
name
string
Optional name prefix for the uploaded image, limited to 100 characters
Maximum length:
100
Response
201 - application/json
url
string
The signed URL of the uploaded image