Edit in GitHubLog an issue
Copied to your clipboard
curl -X POST \
https://image.adobe.io/sensei/mask \
-H "Authorization: Bearer $token" \
-H "x-api-key: $apiKey" \
-H "Content-Type: application/json" \
-d '{
"input":{
"storage":"<storage>",
"href":"<SIGNED_GET_URL>"
},
"output":{
"storage":"<storage>",
"href":"<SIGNED_POST_URL>",
"mask":{
"format":"soft"
}
}
}'
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.