Appearance
Shadow Remove API
API Endpoint
API Endpoint:
https://api-us.idphotoapp.com(US region)https://api-eu.idphotoapp.com(EU region)- (Other regions' deployment are available per request)
Shadow Remove
JSON
POST /v2/removeShadowDescription: Removes shadows from a given image.
Request:
JSON
{
"apiKey": "string", // Your API Key
"apiSecret": "string", // Your API Secret
"imageBase64": "string", // Image data in Base64 format (with or without the "data:image/jpeg;base64," prefix)
"outputFormat": "string" // [OPTIONAL] Output image format, available values: JPEG/PNG, default is JPEG
}Response:
JSON
{
"output": "string" // Image data with shadows removed in Base64 format
}