Skip to main content

Quick start

  • Breaking change (2025-12-10): generation_type → type; enum values now text-to-video / image-to-video / reference-to-video.
  • Platform: Wizzx gateway; Auth header Authorization: Bearer <your_api_key>.
  • Submit: POST https://api.wizzx.ai/api/v1/task/submit/veo3 → returns task_id.
  • Poll: POST https://api.wizzx.ai/api/v1/task/status with task_id.
  • Default model veo3_fast, resolution 720p, aspect ratio 16:9; veo3_lite is available for lower-cost generation.

Auth

Every request:
Wizzx gateway validates and forwards; no extra params needed.

Submit job

Endpoint: POST https://api.wizzx.ai/api/v1/task/submit/veo3, Content-Type: application/json

Required

Optional

Type rules

type is always required. reference-to-video requires duration=8.

Request: Text-to-Video

Request: Image-to-Video (first/last frames)

Request: Reference-to-Video with Veo 3.1 Lite

Success response:

Job status

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

Pricing

Veo 3.1 uses a fixed per-video charge selected by model and resolution; 4, 6, and 8 seconds cost the same. Read /pricing before submission for the current tier. Kie’s 2026-08-18 public Lite costs are 0.15/0.15/0.175/0.75at720p/1080p/4K.Wizzxappliesitscost−pluscustomerpricing,producing180/210/900creditsat‘1000credits=0.75 at 720p/1080p/4K. Wizzx applies its cost-plus customer pricing, producing 180/210/900 credits at `1000 credits = 1`.

FAQ

  • Where did generation_type go? Unified to type, enum now lower-case with hyphens.
  • Need callback URL? No, poll task/status.
  • How to reproduce results? Provide seeds (10000-99999).
  • Non-English prompt? Set enable_translation=true explicitly if provider translation is wanted.
  • Difference between 1 vs 2 images in image-to-video? One image = first frame; two images = first + last frame with auto transition.
  • Does duration multiply the Veo charge? No. The current Kie generation tiers are fixed per video; model variant and resolution select the charge.

Sources