More modelsWavespeed aiLtx video v097 i2v 720p

Generate video with wavespeed-ai/ltx-video-v097/i2v-720p

Generates a video using the wavespeed-ai/ltx-video-v097/i2v-720p model.

POST
/api/v1/model/generateVideo
AuthorizationBearer <token>

API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.

In: header

modelstring

model name

seed?integer

The random seed to use for the generation.

size?string

The size of the generated media in pixels (width*height).

Value in"720*1280" | "1280*720"
imagestring

Image URL for Image-to-Video task.

promptstring

Text prompt to guide generation.

negative_prompt?string

Negative prompt for generation.

Response Body

curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \  -H "Content-Type: application/json" \  -d '{    "model": "wavespeed-ai/ltx-video-v097/i2v-720p",    "image": "https://static.atlascloud.ai/media/images/1747783541334382211_M5iZVRNJ.jpg",    "prompt": "A confident young tech professional standing in a modern office space, talking to the camera with calm gestures. Soft daylight, clean environment, business casual outfit, focused expression. Center frame, smooth motion"  }'
{}