错误代码 | 英文描述 | 中文说明 |
---|---|---|
0 | success | 成功 |
400011 | Empty parameter | 参数为空 |
400012 | Invalid account | 无效账号 |
400013 | Invalid binding request: incorrect parameter type or value | 无效绑定请求:参数类型或值错误 |
400017 | Invalid parameter | 无效参数 |
400018 | Prompt/negative prompt length exceeds 2048 characters limit. Please check if your input is too long. | 提示/负面提示长度超过 2048 字符限制,请检查输入是否过长。 |
400019 | Prompt/negative prompt length exceeds 2048 characters limit. Please check if your input is too long. | 提示/负面提示长度超过 2048 字符限制,请检查输入是否过长。 |
400032 | Invalid image ID | 无效的图片 ID |
500008 | Requested data not found | 请求数据未找到 |
500020 | User does not have permission for this operation | 用户无此操作权限 |
500030 | Image size cannot exceed 20M 4000px*4000px | 图片大小不得超过 20MB 或 4000×4000 像素 |
500031 | Failed to retrieve image information | 获取图片信息失败 |
500032 | Invalid image format | 无效的图片格式 |
500033 | Invalid image width or height | 无效的图片宽度或高度 |
500041 | Image upload failed | 图片上传失败 |
500042 | Invalid image path | 无效的图片路径 |
500044 | Reached the limit for concurrent generations. | 并发生成任务数已达上限 |
500054 | Content moderation failure. Image maybe contains inappropriate content. Please replace with another image and try again. | 内容审核未通过。图片可能包含不当内容,请更换后重试。 |
500060 | Monthly effects activation limit reached. Count will reset according to your plan | 本月特效激活次数已达上限,激活次数将根据您的套餐进行重置。 |
500063 | 视频前审失败:The input video is not compliant, please re-ente 图片前审失败:The uploaded image is not compliant, please replace it and try again 文字前审失败:The text you entered contains sensitive information. Please re-enter. | 您的提示已触发 AI 审核,请重新输入提示。 |
500064 | Content has been deleted. Please check other available content | 内容已被删除,请检查其他可用内容。 |
500069 | System is currently experiencing high load. Please try again later | 系统当前负载过高,请稍后重试。 |
500070 | Current template is not activated | 当前模板未激活 |
500071 | This effect does not support 720p or 1080p. | 此特效不支持 720p 或 1080p。 |
500090 | Insufficient balance. Unable to generate video. Please top up your credits. | 余额不足,无法生成视频,请充值。 |
500100 | MySQL error | MySQL 错误 |
99999 | Unknown error | 未知错误 |
Invalid API-KEY
Invalid parameter
或 Invalid binding request
参数名称 | 类型 | 描述示例 |
---|---|---|
model | string | v4.5 |
img_id | integer | 要处理的图片 ID |
prompt | string | 正向提示词,最长不超过 2048 字符 |
negative_prompt | string | 负向提示词,最长不超过 2048 字符 |
template_id | integer | 特效模版 ID,使用前需在“特效管理”中激活相应特效;部分特效不支持所有分辨率,请在“特效管理”页面中确认支持的分辨率 |
style | string | "动画风"/"三维动画风"/"日间写实风"/"赛博朋克风"/"漫画风";如非必需,可省略 |
motion_mode | string | "normal" :默认模式"fast" :快速运动模式(仅支持 5 秒时长的视频,不支持 1080P) |
duration | integer | 支持 5秒 或 8秒(1080P 不支持 8秒) |
quality | string | 分辨率,"360p"(Turbo 模型) / "540p" / "720p" / "1080p" |
seed | integer | 随机种子,32 位整型,范围 0–2147483647 |
Status code [code]
Waiting for video generating completion