1
0
0
1
swap_faces_index
: 0 1
target_faces_index
: 1 0
swap_faces_index
: 0 1
target_faces_index
: 0 1
Qubico/video-toolkit
face-swap
curl --location --request POST '/api/v1/task' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "Qubico/video-toolkit",
"task_type": "face-swap",
"input": {
"swap_image": "http://example.com",
"target_video": "http://example.com",
"swap_faces_index": "string",
"target_faces_index": "string"
}
}'
{
"code": 200,
"message": "string",
"data": {
"task_id": "736fde4d-9029-4915-8189-01353d6982cb",
"status": "string",
"output": {
"video_url": "http://example.com"
}
}
}