Video Merge Face
Video Merge Face
POST https://api.novita.ai/v3/async/video-merge-face
This API endpoint seamlessly integrates a face image into a target video, allowing you to replace the face in the video with the face from the image.
Pricing: $0.0005 / Video Frame
Example
1. Get Video Assets ID
Request:
curl -X PUT -T "{{video file path}}" 'https://assets.novitai.com/video'
Response:
{
"assets_id": "cjIvbm92aXRhLWFpLWFzc2V0L3ZpZGVvL0NLd0N3aHJwS0ZyYVduNWVoejVFV0tleGlzN0toNmRq"
}