cURL
curl --request POST \ --url https://www.jenius.cn/api/plugins/video/tasks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "image_url": "<string>", "scene": "celebrity" } '
{ "code": 123, "message": "<string>", "data": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "scene": "celebrity", "status": "pending", "remaining_points": 123, "task_type": "<string>", "message": "<string>" } }
使用本接口创建AI视频特效生成任务,支持多种场景的特效类型组合。
AI视频特效生成任务请求参数
人物图片URL。需要可公网可访问的URL,链接以 http:// 或 https:// 开头
视频特效类型。可选值:celebrity(名人合影)
celebrity
任务创建成功
响应状态码
200
响应消息
"创建视频任务成功"
Show child attributes