Common errors and Solutions
Authentication Errors
Invalid API-KEY
API-KEY
header (not in the request body)Parameter Errors
Invalid parameter
or Invalid binding request
Parameter Name | Type | Description |
---|---|---|
model | string | v3.5 |
img_id | integer | |
prompt | string | =< 2048 characters |
negative_prompt | string | =< 2048 characters |
template_id | integer | Must activate effects in effects management before use. Some effects don't support certain resolutions, please check effects management |
style | string | "anime" "3d_animation" "day" "cyberpunk" "comic" Do not include style parameter unless needed |
motion_mode | string | Default - "normal" "fast"(only allows 5-second duration) 1080p doesn't support "fast". If not provided, defaults to normal |
duration | integer | 5,8 1080p doesn't support 8 |
quality | string | "360p"(Turbo model), "540p", "720p", "1080p" |
seed | integer | Random seed, int32 random number between 0 - 2147483647 |
Video Generation Errors
Status code [code]
Waiting for video generating completion
Image Processing Errors
Unsupported image format
Image upload error (including Image size error)
Rate Limiting Errors
Reached the limit for concurrent generations.
💡