ApiUploadUrl
Upload from URL
Upload image from remote URL
curl -X POST "https://www.open-isle.com/api/upload/url" \ -H "Content-Type: application/json" \ -d '{ "property1": "string", "property2": "string" }'
"string"
Upload image from remote URL
curl -X POST "https://www.open-isle.com/api/upload/url" \ -H "Content-Type: application/json" \ -d '{ "property1": "string", "property2": "string" }'
"string"
curl -X POST "https://www.open-isle.com/api/upload/url" \
-H "Content-Type: application/json" \
-d '{
"property1": "string",
"property2": "string"
}'