Pro Nudification

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

The Pro Nudification API allows for the creation of AI-based jobs focused on undressing and nudification.

Model

nudifyme/img/instant

Pricing

0.08 / image

Create Instant Nudification Job

Use this endpoint to start a new instant nudification generation job.

Input
Description

input.imageUrl

The target image that's going to nudify.

input.maskUrl

A black and white mask image used to control the processing area. White regions indicate the parts of the target image that should be modified, while black regions are preserved as they are.

input.mode

The transformation mode. Only accepts: undress, lingerie, or bikini. Default: "undress"

input.size

Sets the breast size for the generated result. Only accepts: auto, small, medium, or big. Default: "auto"

input.shape

Controls the body shape of the generated result. Only accepts: auto, slim, skinny, curvy, athletic, or chubby. Default: "auto"

input.prompt

An optional custom prompt. When provided, it overrides input.mode, input.size, and input.shape.

Sample ImageUrl and MaskUrl

Cover

Sample Image

Cover

Sample Mask

Example Request

Using the default value:

When using the bikini mode:

When using the custom prompt:

Job Creation Response

Getting Final Results

When processing is complete, the final job result can be received in either of the following ways:

  • By sending a GET request to the job status endpoint

  • Automatically via webhook if a webhook URL was provided during job creation

Both methods return the same response payload.

Input
Description

output.imageUrl

Array of generated image URLs. Even if only one image is generated, it is returned as an array to support multi-output models in the future.

Last updated