Modell-EndpunkteByteDanceSeedance v1 pro i2v 480p

Video generieren mit bytedance/seedance-v1-pro-i2v-480p

Generiert ein Video mit dem Modell bytedance/seedance-v1-pro-i2v-480p.

POST
/api/v1/model/generateVideo

Authorization

BearerAuth
AuthorizationBearer <token>

API key is required to authorize requests. Create a key in the Atlas Cloud dashboard.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v1/model/generateVideo" \  -H "Content-Type: application/json" \  -d '{    "model": "bytedance/seedance-v1-pro-i2v-480p",    "image": "https://static.atlascloud.ai/media/images/1750664227278090418_rvFBxuqn.png",    "duration": 5  }'
{  "id": "string",  "logs": "string",  "urls": {    "cancel": "http://example.com",    "result": "http://example.com"  },  "input": {    "model": "bytedance/seedance-v1-pro-i2v-480p",    "seed": -1,    "image": "https://static.atlascloud.ai/media/images/1750664227278090418_rvFBxuqn.png",    "last_image": "string",    "prompt": " A girl turns toward the camera, her earrings swaying gently with the motion. The camera rotates, bathed in dreamy sunlight.",    "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  ]}

Last updated on