Generate video with bytedance/seedance-v1-pro-i2v-1080p
Generates a video using the bytedance/seedance-v1-pro-i2v-1080p model.
API key is required to authorize requests. Obtain a key from your Atlas Cloud dashboard.
In: header
model name
The seed for random number generation.
-1Input image for video generation; 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
End image (last frame); 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
Text prompt for video generation; Positive text prompt; Cannot exceed 2000 characters
length <= 2000Generate video duration length seconds.
52 <= value <= 12The aspect ratio of the generated media.
"21:9" | "16:9" | "4:3" | "1:1" | "3:4" | "9:16"Response Body
curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \ -H "Content-Type: application/json" \ -d '{ "model": "bytedance/seedance-v1-pro-i2v-1080p", "image": "https://static.atlascloud.ai/media/images/1750699715406006461_Uaifc8xt.png" }'{
"id": "string",
"logs": "string",
"urls": {
"cancel": "http://example.com",
"result": "http://example.com"
},
"input": {
"model": "bytedance/seedance-v1-pro-i2v-1080p",
"seed": -1,
"image": "https://static.atlascloud.ai/media/images/1750699715406006461_Uaifc8xt.png",
"last_image": "string",
"prompt": "Fixed shot of the man on the right side of the frame walking up to the man on the left side of the frame and expressing his strong feelings of dissatisfaction to him",
"duration": 5,
"aspect_ratio": "21:9"
},
"model": "string",
"output": [
"http://example.com"
],
"status": "queued",
"created_at": "2019-08-24T14:15:22Z",
"has_nsfw_contents": [
true
]
}