ArtsDance Video Generation
Submit ArtsDance video tasks
POST
https://api.tokenbyte.ai/api/v1/video/generationArtsDance returns a task_id. Poll the video task endpoint for the final URL.
| Field | Required | Description |
|---|---|---|
model | yes | ArtsDance model ID |
prompt | yes | Scene, motion, camera, and style |
image | no | Reference URL or Base64 for image-to-video |
duration | no | Model-supported duration |
aspect_ratio | no | Such as 16:9 or 9:16 |
resolution | no | Output resolution tier |
generate_audio | no | Audio generation when supported |
{
"model": "<artsdance-model-id>",
"prompt": "A slow camera move through mountain clouds",
"duration": 5,
"aspect_ratio": "16:9"
}