Appearance
Fix Shoulder API
Service
Fix Shoulder API: Fix missing shoulder in ID photos.
Input:
- A photo with missing shoulder
Output:
- A photo with shoulder fixed
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)
Fix Shoulder
JSON
POST /v2/fixShoulderDescription: Fix shoulder missing in the photo.
Request:
JSON
{
"apiKey": "string",
"apiSecret": "string",
"imageBase64": "string", // image base64, can add or not add the base64 prefix, e.g., data:image/jpeg;base64,
"outputFormat": "string" // [optional] output image type, available values: JPEG/PNG, default is JPEG
}Response:
JSON
{
"output": "string" // IMAGE_BASE64 of the returned image
}