Video Faceswap
Face Swap (Video) Job Creation
Model
nudifyme/video/faceswapPricing
0.10 / secondCreate Video Face Swap 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/faceswap',
input: {
videoUrl: 'https://s3.media.deepixels.co/gprod/models/6b8a58c1-54d4-4c2a-8b28-4803898afb33/office.mp4',
faceUrl: 'https://images.pexels.com/photos/2661256/pexels-photo-2661256.jpeg',
advanced: true
},
webhook: 'YOUR_WEBHOOK_URL'
})
}
);
const data = await response.json();
console.log(data);Job Creation Response
Getting Final Results
Input
Description
Last updated