Documentation

ArtsDance Video Generation

Submit ArtsDance video tasks

POSThttps://api.tokenbyte.ai/api/v1/video/generation

ArtsDance returns a task_id. Poll the video task endpoint for the final URL.

FieldRequiredDescription
modelyesArtsDance model ID
promptyesScene, motion, camera, and style
imagenoReference URL or Base64 for image-to-video
durationnoModel-supported duration
aspect_rationoSuch as 16:9 or 9:16
resolutionnoOutput resolution tier
generate_audionoAudio generation when supported
{
  "model": "<artsdance-model-id>",
  "prompt": "A slow camera move through mountain clouds",
  "duration": 5,
  "aspect_ratio": "16:9"
}