More modelsBytedanceSeedance v1 lite i2v 480p
Generate video with bytedance/seedance-v1-lite-i2v-480p
Generates a video using the bytedance/seedance-v1-lite-i2v-480p model.
AuthorizationBearer <token>
API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.
In: header
modelstring
model name
seed?integer
The seed for random number generation.
Default
-1
imagestring
Input image supports both URL and Base64 format; Supported image formats include .jpg/.jpeg/.png; The image file size cannot exceed 10MB, and the image resolution should not be less than 300*300px
prompt?string
Text prompt for video generation; Positive text prompt; Cannot exceed 2000 characters
Length
length <= 2000
duration?Video Duration
Generate video duration length seconds.
Default
5
Range
5 <= value <= 10
last_image?End image
End image supports both URL and Base64 format
Response Body
curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \ -H "Content-Type: application/json" \ -d '{ "model": "bytedance/seedance-v1-lite-i2v-480p", "image": "https://static.atlascloud.ai/media/images/1750659000869310688_vGUb740X.jpg" }'
{
"id": "string",
"logs": "string",
"urls": {
"cancel": "http://example.com",
"result": "http://example.com"
},
"input": {
"model": "bytedance/seedance-v1-lite-i2v-480p",
"seed": -1,
"image": "https://static.atlascloud.ai/media/images/1750659000869310688_vGUb740X.jpg",
"prompt": "In a wide shot, a young white man skateboards in an outdoor skatepark. He has short black hair and wears a white T-shirt, black pants, and black-and-white sneakers. Arms outstretched and head down, he leans into a boardslide maneuver along the edge. Ramps and rails surround him, with trees and scattered people in the background. The sky is vivid blue with a few clouds. The camera tracks him as he glides rightward, then leaps into a spinning trick—rotating twice midair before landing and skating onward.",
"duration": 5,
"last_image": "string"
},
"model": "string",
"output": [
"http://example.com"
],
"status": "queued",
"created_at": "2019-08-24T14:15:22Z",
"has_nsfw_contents": [
true
]
}