Overview
Seedance 1.5 Pro is a ByteDance video generation model for short text-to-video, image-to-video, and video extension workflows. Use this page when you are ready to call the API after trying the model in the APIXO playground.Endpoint and authentication
Base URL:
All requests require your APIXO API key:
Copy-paste async quickstart
This minimal request submits a text-to-video task and returns ataskId.
taskId; you need it to poll for the final result.
Poll for result
resultJson after state becomes success:
Request body
Text-to-video
Image-to-video
Video extend
Parameters
string
default:"async"
required
Result delivery mode. Use
async for polling with statusTask, or callback for webhook delivery.string
Required when
request_type is callback. Must be a public HTTPS URL that can receive the final task payload. See Webhooks.object
required
Seedance 1.5 Pro input parameters.
Response format
Submit task response
POST /generateTask/seedance-1-5-pro returns a task ID when the task is accepted:
integer
API status code.
200 means the task was accepted.string
Human-readable status message.
string
Unique task identifier used with the status endpoint.
Status response fields
string
Unique task identifier.
string
Current task state:
pending, processing, success, or failed.string
JSON string containing the generated or extended video URLs. Present when
state is success.string
Machine-readable failure code. Present when
state is failed.string
Human-readable failure message. Present when
state is failed.integer
Task creation timestamp in Unix milliseconds.
integer
Task completion timestamp in Unix milliseconds. Present after completion.
integer
Processing duration in milliseconds. Present after completion when available.
Webhook callback mode
Use callback mode when your backend should receive the final result automatically instead of polling.Billing
Seedance 1.5 Pro is billed per second. The selectedresolution, duration, and sound value determine the total cost for all supported modes, including video-extend.
Total cost is the per-second price multiplied by the billable duration. For example,
720p with sound: false for 8 seconds costs $0.192.
For current route and market comparison pricing, see Pricing.
Latency and polling
Actual latency may vary by prompt complexity, input media, mode, route selection, and current queue load.video-extend includes source clip analysis and final stitching, so it can take longer than direct text-to-video or image-to-video generation.
Rate limits and concurrency can vary by account, API key, and route. If you receive
429, slow down requests and retry with backoff. For account-level details, see System APIs.
Errors and troubleshooting
HTTP errors
Task failure codes
Common validation fixes
See Error Codes for the full error reference.