Skip to main content

Upload an image

POST 

/v1/upload/image

Uploads an image file to AWS S3 and returns a CloudFront CDN URL. Supported formats: JPEG, PNG, GIF, WebP. Maximum file size: 3MB.

Request

Body

required
    file binaryrequired

    Image file to upload (max 3MB)

Responses

Image uploaded successfully. Returns CloudFront URL

Schema
    any
Loading...