Authorization: Bearer ********************
{
"name":"xxxx",
"face_url":"https://dh24as48lv9ce.cloudfront.net/adam2eve/beta/face_swap/ab2fca41-90e5-41a6-aa66-08a960b035e4.jpg",
"video_url":"https://dh24as48lv9ce.cloudfront.net/pbs_lite/stable/customer/645888fc89897e30c57e31f0/clipVideo/665d718eb8f6a5ee678aa392/1717400057881.mp4"
}
curl --location --request POST 'https://video.a2e.ai/api/v1/userFaceSwapTask/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"xxxx",
"face_url":"https://dh24as48lv9ce.cloudfront.net/adam2eve/beta/face_swap/ab2fca41-90e5-41a6-aa66-08a960b035e4.jpg",
"video_url":"https://dh24as48lv9ce.cloudfront.net/pbs_lite/stable/customer/645888fc89897e30c57e31f0/clipVideo/665d718eb8f6a5ee678aa392/1717400057881.mp4"
}'
{
"code": 0,
"data": {
"name": "xxxx",
"video_url": "https://dh24as48lv9ce.cloudfront.net/pbs_lite/stable/customer/645888fc89897e30c57e31f0/clipVideo/665d718eb8f6a5ee678aa392/1717400057881.mp4",
"duration": 6,
"face_url": "https://dh24as48lv9ce.cloudfront.net/adam2eve/beta/face_swap/ab2fca41-90e5-41a6-aa66-08a960b035e4.jpg",
"current_status": "initialized",
"result_url": "",
"error_code": "",
"faild_message": "",
"_id": "6674f1765699df7e9d25311a",
"createdAt": "2024-06-21T03:20:22.436Z",
"updatedAt": "2024-06-21T03:20:22.436Z"
}
}