Quick start
- Breaking change (2025-12-10):
mode→type;input_image_url→image_urls(array). - Platform: Wizzx gateway;
Authorization: Bearer <your_api_key>. - Submit:
POST https://api.wizzx.ai/api/v1/task/submit/seedance-pro-fast→ returnstask_id. - Poll:
POST https://api.wizzx.ai/api/v1/task/statuswithtask_id. - Modes:
text-to-video/image-to-video; fixed 24fps; duration 5s or 10s. Omitresolutionfor the current 480p default; explicit values may be 720p or 1080p.
Auth
Submit job
Endpoint:POST https://api.wizzx.ai/api/v1/task/submit/seedance-pro-fast, Content-Type: application/json
Required
Optional
Example: Text2Video
Example: Image2Video
Query status
Endpoint:POST https://api.wizzx.ai/api/v1/task/status
PENDING, QUEUED, PROCESSING, REVIEW_REQUIRED, SUCCEEDED, and FAILED.
Pricing
Official price: 480p 0.025/s, 1080p 1).
FAQ
- Where did
modego? Unified astype, values nowtext-to-video/image-to-video. - How to keep results repeatable? Use
seed; same seed + params yields similar results. - How is aspect ratio handled for
image-to-video? Defaultadaptiveauto-selects based on input; manual ratios are cropped automatically. - Can fps be changed? Fixed at 24fps.
- What does
camera_fixeddo? Locks camera position for a steadier shot.
