简体中文
几分钟内开始使用 Runway Aleph API 通过视频到视频转换生成精美的 AI 视频
https://api.kie.ai
Authorization: Bearer YOUR_API_KEY
curl -X POST "https://api.kie.ai/api/v1/aleph/generate" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "prompt": "转换为梦幻水彩画风格,配以柔和流动的运动效果", "videoUrl": "https://example.com/input-video.mp4", "waterMark": "kie.ai", "uploadCn": false }'
curl -X GET "https://api.kie.ai/api/v1/aleph/record-info?taskId=YOUR_TASK_ID" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "code": 200, "msg": "success", "data": { "taskId": "ee603959-debb-48d1-98c4-a6d1c717eba6" } }
{ "code": 200, "msg": "success", "data": { "taskId": "ee603959-debb-48d1-98c4-a6d1c717eba6", "paramJson": "{\"prompt\":\"一只雄鹰在夕阳下的山间云雾中翱翔,配以电影级镜头运动\",\"videoUrl\":\"https://example.com/input-video.mp4\"}", "response": { "taskId": "ee603959-debb-48d1-98c4-a6d1c717eba6", "resultVideoUrl": "https://file.com/k/xxxxxxx.mp4", "resultImageUrl": "https://file.com/m/xxxxxxxx.png" }, "completeTime": "2023-08-15T14:30:45Z", "createTime": "2023-08-15T14:25:00Z", "successFlag": 1, "errorCode": 0, "errorMessage": "" } }
{ "prompt": "角色开始自信地向前走,镜头平滑跟随", "videoUrl": "https://example.com/character-video.mp4", "waterMark": "kie.ai" }
false
true
{ "prompt": "一个宁静的花园,樱花在轻柔的微风中摇摆", "videoUrl": "https://example.com/garden-scene.mp4", "callBackUrl": "https://your-app.com/webhook/aleph-callback", "waterMark": "kie.ai" }
图像动画的提示词工程
图像选择技巧
性能优化
存储考虑
uploadCn: false
uploadCn: true
expireFlag