Skip to main content
POST
/
v1
/
images
Upload image
curl --request POST \
  --url https://api.example.com/v1/images \
  --header 'Content-Type: multipart/form-data' \
  --form image='@example-file'
{
  "filename": "<string>",
  "url": "<string>",
  "width": 123,
  "height": 123
}

Query Parameters

Mode
enum<integer>
Available options:
0,
1,
2
destination
string

Body

multipart/form-data
image
file

Response

OK

filename
string | null
url
string | null
width
integer<int32>
height
integer<int32>