1. Wan
liangxin
  • Market
  • Image Models
    • Seedream
      • Seedream4.5 - Text to Image
      • Seedream4.5 - Edit Image
      • Seedream5.0 Lite - Text to Image
      • Seedream5.0 Lite - Edit Image
    • Z-image
      • Z-Image
    • Google
      • Google - Gemini 2.5 Flash Image Preview
      • Google - Nano Banana Pro
      • Google - Nano Banana Pro Flash
      • Google - imagen4-fast
      • Google - imagen4-ultra
    • Flux-2
      • Flux-2 - Pro Text to Image
  • Video Models
    • Kling
      • Kling 3 Pro - Generate Video
      • Kling 3 Standard - Generate Video
      • Kling 3 Omni Pro - Generate Video
      • Kling 3 Omni Pro - Video Reference
      • Kling 3 Omni Standard - Generate Video
      • Kling 3 Omni Standard - Video Reference
      • Kling 3 Motion Control Pro - Generate Video
      • Kling 3 Motion Control Standard - Generate Video
    • Wan
      • WAN 2.7 - Text to Video
        POST
      • WAN 2.7 - Image to Video
        POST
      • WAN 2.7 - Reference to Video
        POST
      • WAN 2.6 - Image to Video
        POST
      • WAN 2.6 - Text to Video
        POST
    • Seedance
      • Seedance 1.5 Pro - Text to Video
      • Seedance 1.5 Pro - Image to Video
    • Google
      • Google - Veo 3.1 Text to Video
      • Google - Veo 3.1 Fast Text to Video
      • Google - Veo 3.1 Image to Video
      • Google - Veo 3.1 Fast Image to Video
      • Google - Veo 3.1 Reference to Video
  • Get Task Details
    GET
  1. Wan

WAN 2.7 - Text to Video

POST
/api/v1/jobs/createTask
WAN 2.7 text-to-video generation through LiangXin unified asynchronous video tasks, supporting prompt-driven videos, optional audio guidance, aspect ratio, resolution, duration, seed, and prompt extension control.

Query Task Status#

After submitting a task, use the unified query endpoint to check progress and retrieve results:
Get Task Details
Learn how to query task status and retrieve generation results
For production use, we recommend using the callBackUrl parameter to receive automatic notifications when generation completes, while still keeping GET /api/v1/jobs/recordInfo polling as a fallback.

Related Resources#

Market Overview
Explore all available LiangXin video models
Task Status API
Query task state, failures, and final result URLs

Request

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200200 - Request successful
application/json
Task submitted successfully. Use data.taskId to query task progress or correlate callback events.
Body

🔴500500 - Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
  "model": "wan-2-7-text-to-video",
  "callBackUrl": "https://your-domain.com/api/callback",
  "input": {
    "prompt": "A cinematic product launch video of a smart lamp on a minimalist desk, warm morning light, slow dolly camera movement",
    "negative_prompt": "blur, distorted hands, low quality",
    "aspect_ratio": "16:9",
    "resolution": "720P",
    "duration": 5,
    "seed": 12345,
    "additional_settings": {
      "prompt_extend": true
    }
  }
}'
Response Response Example
200 - 200 - Request successful
The task was accepted and can be queried by taskId.
{
  "code": 200,
  "msg": "success",
  "data": {
    "taskId": "task_wan_27_t2v_1765166238716"
  }
}
Modified at 2026-05-02 05:24:38
Previous
Kling 3 Motion Control Standard - Generate Video
Next
WAN 2.7 - Image to Video
Built with