Edit in GitHubLog an issue
Copied to your clipboard
// Please refer to our API Reference guide here:
// https://developer.adobe.com/photoshop/photoshop-api-docs/api/#tag/Photoshop/operation/cutout
curl -X POST 'https://image.adobe.io/sensei/mask' \
-H "x-api-key: $apiKey" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Authorization: Bearer $token" \
-d '{
"input":{
"storage":"<storage>",
"href":"<href>"
},
"output":{
"storage":"<storage>",
"href":"<href>"
"mask":{
"format":"<soft|binary>"
}
}
}'
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.