Pro Nudification
Pro mode outputs the most realistic nudified images on the market, perfect for users seeking detailed and lifelike transformations.
Last updated
const response = await fetch(
'https://api.deepixels.co/v1/generate',
{
method: 'POST',
headers: {
'Content-Type': 'application/json',
'x-api-key': 'YOUR_API_KEY'
},
body: JSON.stringify({
model: 'nudifyme/img/pro-nudification',
input: {
imageUrl: 'https://s3.media.deepixels.co/gprod/models/6b8a58c1-54d4-4c2a-8b28-4803898afb33/image.png',
maskUrl: 'https://s3.media.deepixels.co/gprod/models/6b8a58c1-54d4-4c2a-8b28-4803898afb33/masks.png',
},
webhook: 'YOUR_WEBHOOK_URL'
})
}
);
const data = await response.json();
console.log(data);const response = await fetch(
'https://api.deepixels.co/v1/generate',
{
method: 'POST',
headers: {
'Content-Type': 'application/json',
'x-api-key': 'YOUR_API_KEY'
},
body: JSON.stringify({
model: 'nudifyme/img/pro-nudification',
input: {
imageUrl: 'https://s3.media.deepixels.co/gprod/models/6b8a58c1-54d4-4c2a-8b28-4803898afb33/image.png',
maskUrl: 'https://s3.media.deepixels.co/gprod/models/6b8a58c1-54d4-4c2a-8b28-4803898afb33/masks.png',
mode: `bikini`
},
webhook: 'YOUR_WEBHOOK_URL'
})
}
);
const data = await response.json();
console.log(data);const response = await fetch(
'https://api.deepixels.co/v1/generate',
{
method: 'POST',
headers: {
'Content-Type': 'application/json',
'x-api-key': 'YOUR_API_KEY'
},
body: JSON.stringify({
model: 'nudifyme/img/pro-nudification',
input: {
imageUrl: 'https://s3.media.deepixels.co/gprod/models/6b8a58c1-54d4-4c2a-8b28-4803898afb33/image.png',
maskUrl: 'https://s3.media.deepixels.co/gprod/models/6b8a58c1-54d4-4c2a-8b28-4803898afb33/masks.png',
prompt: `your custom prompt here`
},
webhook: 'YOUR_WEBHOOK_URL'
})
}
);
const data = await response.json();
console.log(data);{
"jobId": "cd5167b9-a7cf-47e9-ad88-8fcb4032daf0",
"status": "created"
}{
"jobId": "cd5167b9-a7cf-47e9-ad88-8fcb4032daf0",
"model": "nudifyme/img/pro-nudification",
"status": "completed",
"input": {
"imageUrl": "https://s3.media.deepixels.co/gprod/models/6b8a58c1-54d4-4c2a-8b28-4803898afb33/image.png",
"maskUrl": "https://s3.media.deepixels.co/gprod/models/6b8a58c1-54d4-4c2a-8b28-4803898afb33/masks.png",
},
"webhook": "YOUR_WEBHOOK_URL",
"output": {
"imageUrl": [
"https://s3.media.deepixels.co/cage/files/b/0a8e439a/hR-5vVdbgaApYSuY0Qm9Y_cca64ff5427642eab37b5d3e6d44d961.jpg"
]
},
"date": 1770926680739
}