Image (Upload)

Upload a given image by info and settings like constraint.

POST /image

Request with URL Params

The constaint parameter below is defined in the form like {"maxWidth": 512, "maxHeight": 512}.

Properties
required

width

height

constraint

Response

{
    "uuid": "512813a3-0674-40f5-b37e-6a143a7eb124",
    "width": 512,
    "height": 512
}

Last updated

Was this helpful?