Skip to main content
POST
Submit Multi-Image-to-Video Task

Authorizations

Authorization
string
header
required

Authenticate using Bearer token. Get your API Key from the WeryAI Console.

Example: Authorization: Bearer sk-xxxxxxxxxxxxxxxx

Body

application/json
model
string
required

Model Key. Supported models for multi-image-to-video:

Example:

"WERYAI_VIDEO_1_0"

prompt
string
required

Positive text prompt

Required string length: 1 - 2000
Example:

"Create a smooth transition between these images"

images
string<uri>[]
required

Reference image list (maximum 3 images, supports jpg, jpeg, png, webp)

Maximum array length: 3
Example:
aspect_ratio
string
required

Video aspect ratio

Example:

"16:9"

duration
integer
required

Video duration (seconds)

Example:

5

negative_prompt
string

Negative text prompt

Maximum string length: 1000
video_number
enum<integer>
default:1

Number of videos to generate (1~4).

Available options:
1,
2,
3,
4
resolution
string

Video resolution. Supported values per model:

generate_audio
string

Whether to generate audio. Enter true or false manually. Only supported by the following models:

Example:

"false"

webhook_url
string<uri>

Callback URL

caller_id
integer<int64>

Caller ID

Response

Task submitted successfully

status
integer

Business status code (0 indicates success)

Example:

0

desc
string

Status description

Example:

"success"

message
string

Multi-language message

Example:

"success"

data
object