Files
m3o-go/curl/image/resize/base64ToHostedImage.sh
2021-10-29 10:40:25 +00:00

10 lines
364 B
Bash
Executable File

curl "https://api.m3o.com/v1/image/Resize" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"base64": "data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==",
"height": 100,
"name": "cat.png",
"outputURL": true,
"width": 100
}'