More modelsWavespeed aiWan 2.2 t2v 480p

Generate video with wavespeed-ai/wan-2.2/t2v-480p

Generates a video using the wavespeed-ai/wan-2.2/t2v-480p 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. -1 means a random seed will be used.

Default-1
size?string

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

Value in"832*480" | "480*832"
promptstring

The prompt for generating the output.

Response Body

curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \  -H "Content-Type: application/json" \  -d '{    "model": "wavespeed-ai/wan-2.2/t2v-480p",    "prompt": "A cyberpunk city during sunset, flying cars in the sky, crowded streets, glowing billboards, ambient soundtrack"  }'
{
  "id": "string",
  "urls": {},
  "model": "string",
  "status": "string",
  "outputs": [
    "string"
  ],
  "created_at": "2019-08-24T14:15:22Z",
  "has_nsfw_contents": [
    true
  ]
}