Skip to main content

Identifier

Use the model identifier seedance-1.5 in the model field when calling /asset/start.

Capabilities

PropertyValue
Reference inputs0–1
Aspect ratios21:9, 16:9, 4:3, 1:1, 3:4, 9:16 (default 16:9)
Resolutions480p, 720p, 1080p (default 720p)
Durations (seconds)4, 5, 6, 7, 8, 9, 10, 11, 12 (default 5)
Audiono
Max prompt length3000 chars

Inputs

Pass reference media in the references array (0–1 item). Optional. Each item accepts exactly one of:
  • url — a direct, publicly accessible file URL
  • asset_id — the ID of an existing asset in your Hoox space (e.g. a previous generation)
  • avatar_id — the ID of an avatar defined in your Hoox space

Custom settings

These keys go inside the model_settings object of the request body.
KeyTypeDefaultAffects cost
generateAudiobooleanfalseyes
camera_fixedbooleanfalseno

Pricing

Default parameters (5s at 720p): ~2.6 credits / generation. For exact pricing with your own parameters, call /asset/pricing with the model and any parameters that affect cost.

Example request

{
  "type": "video",
  "model": "seedance-1.5",
  "prompt": "Describe what you want to generate",
  "aspect_ratio": "16:9",
  "resolution": "720p",
  "duration": 5
}
See /asset/start for the full request/response reference, error codes, and code samples in cURL / Python / JavaScript.