Authorization: Bearer ********************{
"model": "kling-identify-face",
"prompt": "人物口型与音频同步",
"image": "https://example.com/face.png",
"seconds": "4",
"metadata": {
"scene_type": "lip_sync",
"output_config": {
"duration": 4
}
}
}curl --location 'https://api.xgapi.top/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "kling-identify-face",
"prompt": "人物口型与音频同步",
"image": "https://example.com/face.png",
"seconds": "4",
"metadata": {
"scene_type": "lip_sync",
"output_config": {
"duration": 4
}
}
}'{
"id": "task_uS28Df3npjkcVE8FfH9JQcvjWKxUgrsG",
"model": "kling-2.6-motion-std-720p",
"object": "video",
"status": "in_progress",
"task_id": "task_xKFlPhfIcFR1dKWSr9akbE59umufNdju",
"progress": 0,
"created_at": 1780891541,
"completed_at": 1780891544
}