API for undressing images with different styles.
API for undressing images with different styles.
Base64 encoded mask image in png format. Contains two colors: white for undressing regions, black for the rest.
curl -i -X POST \
https://nodress.redocly.app/_mock/openapi/undress \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"source_image": "string",
"mask": "string",
"automask": true,
"style": "standard"
}'
{ "id": "string" }
curl -i -X GET \
'https://nodress.redocly.app/_mock/openapi/undress/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "status": "pending", "image": "string" }