mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 14:05:23 +00:00
Generate clients (#206)
This commit is contained in:
10
examples/image/resize/curl/base64ToHostedImage.sh
Executable file
10
examples/image/resize/curl/base64ToHostedImage.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
curl "https://api.m3o.com/v1/image/Resize" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $MICRO_API_TOKEN" \
|
||||
-d '{
|
||||
"base64": "data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==",
|
||||
"height": 100,
|
||||
"name": "cat.png",
|
||||
"outputURL": true,
|
||||
"width": 100
|
||||
}'
|
||||
Reference in New Issue
Block a user