Image
Uploads an image encoded in base64 to the specified storage bucket.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The base64-encoded image
Example:
"data:image/png;base64,iVBORw0KG..."
Optional name prefix for the uploaded image, limited to 100 characters
Maximum length:
100
Example:
"ProfileImage"
Response
201
application/json
Image uploaded successfully
The signed URL of the uploaded image
Example:
"https://url-for-image-example.com/api_images_YourFileName_1628009230000.png"