Authorization: Bearer ********************{
"model": "Kling-3.0-Omni",
"prompt": "基于参考视频生成同风格镜头",
"seconds": "5",
"metadata": {
"file_infos": [
{
"type": "Url",
"category": "Video",
"url": "https://example.com/ref-video.mp4",
"reference_type": "feature"
}
],
"output_config": {
"duration": 5,
"resolution": "720P",
"aspect_ratio": "16:9",
"audio_generation": "Disabled"
}
}
}curl --location 'https://api.xgapi.top/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "Kling-3.0-Omni",
"prompt": "基于参考视频生成同风格镜头",
"seconds": "5",
"metadata": {
"file_infos": [
{
"type": "Url",
"category": "Video",
"url": "https://example.com/ref-video.mp4",
"reference_type": "feature"
}
],
"output_config": {
"duration": 5,
"resolution": "720P",
"aspect_ratio": "16:9",
"audio_generation": "Disabled"
}
}
}'{
"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
}