Create video face swap task
Create a video face-swapping task (replace the original face with the target face)
Price: Based on the length of the input video, 0.03 PTC/second
Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/v2/video_face_swapper/task' \
--header 'Authorization: Bearer ' \
--form 'target_face_image=@""' \
--form 'target_video=@""'
Responses
{
"task_id": "27db24c3-1e66-4b4e-bf42-498c838c12c1"
}
Modified at 2026-01-23 07:53:55