cURL
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 }
Uploads and processes a new image.
0
1
2
OK