Skip to main content

Quick start

  • Platform: Wizzx gateway; use Authorization: Bearer <your_api_key>.
  • Submit: POST https://api.wizzx.ai/api/v1/task/submit/runway-gen3, async task_id.
  • Poll: POST https://api.wizzx.ai/api/v1/task/status with task_id.
  • Modes: text-to-video (text prompt only), image-to-video (1 reference image).

Auth

Submit job

Endpoint: POST https://api.wizzx.ai/api/v1/task/submit/runway-gen3, Content-Type: application/json
Constraint: 10-second videos cannot use 1080p resolution.

Example: Text-to-Video

Example: Image-to-Video

Success response:

Query status

Endpoint: POST https://api.wizzx.ai/api/v1/task/status
Response (succeeded):
Client-visible states: PENDING, QUEUED, PROCESSING, REVIEW_REQUIRED, SUCCEEDED, and FAILED. See the task status API reference.

Pricing

Best practices

  1. Duration & Resolution:
    • For longer videos (10s), use 720p resolution
    • 1080p is only available for 5-second videos
  2. Mode Selection:
    • Use text-to-video for pure text-driven generation
    • Use image-to-video when you have a reference image for better consistency
  3. Aspect Ratio:
    • Use 16:9 for landscape videos
    • Use 9:16 for portrait/vertical videos
    • Use 1:1 for square videos
    • Leave empty for auto-detection (recommended for image-to-video)
  4. Frame Rate: Use 24 for a cinematic look, or 30/60 when smoother motion is more important.