Skip to main content

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 → returns task_id.
  • Poll: POST https://api.wizzx.ai/api/v1/task/status with task_id.
  • Modes: text-to-video / image-to-video; fixed 24fps; duration 5s or 10s. Omit resolution for 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

Image requirements (img2video)
  • Formats: jpeg/png/webp/bmp/tiff/gif
  • Aspect ratio: 0.4-2.5
  • Short side >300px, long side <6000px
  • Size <30MB

Example: Text2Video

Example: Image2Video

Success response:

Query status

Endpoint: POST https://api.wizzx.ai/api/v1/task/status
Response example:
Client-visible states: PENDING, QUEUED, PROCESSING, REVIEW_REQUIRED, SUCCEEDED, and FAILED.

Pricing

The 480p tier is reached by omitting resolution. Explicit resolution: "480p" is currently rejected by the shared gateway binding.
Official price: 480p 0.015/s,720p0.015/s, 720p 0.025/s, 1080p 0.06/s.Ourprice:10/20/50creditspersecond(1000credits=0.06/s. Our price: 10/20/50 credits per second (1000 credits = 1).

FAQ

  • Where did mode go? Unified as type, values now text-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? Default adaptive auto-selects based on input; manual ratios are cropped automatically.
  • Can fps be changed? Fixed at 24fps.
  • What does camera_fixed do? Locks camera position for a steadier shot.