NSFW Video Generation (Premium)
Generate NSFW Video
Model
nudifyme/videoPricing
480p Resolution: 1.00 / video
720p Resolution: 2.00 / videoCreate NSFW Video Generation (Premium) Job
Input
Description
Example Request
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/video',
input: {
prompt: 'woman in naked body and high heels dances erotically. long flowing hair. shakes her hips caresses her body. her breasts shake as she dances.',
resolution: '720p',
aspectRatio: '16:9',
},
webhook: 'YOUR_WEBHOOK_URL'
})
}
);
const data = await response.json();
console.log(data);Job Creation Response
Getting Final Results
Input
Description
Last updated