cURL
curl --request POST \ --url https://www.jenius.cn/api/plugins/poster/tasks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "image_url": "<string>", "prompt": "youqian" } '
{ "code": 123, "message": "<string>", "data": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "remaining_points": 123, "task_type": "<string>", "message": "<string>" } }
使用本接口创建人物动效海报生成任务。
人物动效海报生成任务请求参数
人物图片URL。需要可公网可访问的URL,链接以 http:// 或 https:// 开头
动效海报场景选择。可选值:youqian、zhongming、anime_cake、real_cake、firework
youqian
zhongming
anime_cake
real_cake
firework
任务创建成功
响应状态码
200
响应消息
"创建视频任务成功"
Show child attributes