Pro Nudification
Pro mode outputs the most realistic nudified images on the market, perfect for users seeking detailed and lifelike transformations.


Submit an image, mask, and body attributes to undress or change outfits using AI.
Authorizations
x-api-keystringRequired
Body
imagestring · uriRequiredExample:
A direct URL to the input image (JPG or PNG).
https://www.nudify.me/enterprise/pro/image.pngmaskstring · uriRequiredExample:
A direct URL to the mask image (JPG or PNG).
https://www.nudify.me/enterprise/pro/mask.pngmodestring · enumOptionalDefault:
Transformation mode.
undressExample: undressPossible values: boobSizestring · enumOptionalDefault:
Optional body attribute for the model.
autoExample: autoPossible values: bodyShapestring · enumOptionalDefault:
Optional body attribute for the model.
autoExample: autoPossible values: Responses
200
Job created successfully
application/json
400
Bad request, validation failed
application/json
500
Internal server error.
application/json
post
/pro/createRetrieve the result of a previously created job using jobID.
Authorizations
x-api-keystringRequired
Body
jobIDstringRequired
The job ID returned when job was created.
Responses
200
Job status and result
application/json
400
Invalid jobID or unauthorized access
application/json
500
Internal server error.
application/json
post
/pro/getLast updated