1. Kling
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
        POST
      • Kling 3 Standard - Generate Video
        POST
      • Kling 3 Omni Pro - Generate Video
        POST
      • Kling 3 Omni Pro - Video Reference
        POST
      • Kling 3 Omni Standard - Generate Video
        POST
      • Kling 3 Omni Standard - Video Reference
        POST
      • Kling 3 Motion Control Pro - Generate Video
        POST
      • Kling 3 Motion Control Standard - Generate Video
        POST
  • Get Task Details
    GET
  1. Kling

Kling 3 Omni Standard - Video Reference

POST
/api/v1/jobs/createTask
Kling 3 Omni Standard video-to-video generation through LiangXin unified asynchronous tasks, using a reference video to guide motion and style.

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": "kling-v3-omni-std-video-reference",
  "callBackUrl": "https://your-domain.com/api/callback",
  "input": {
    "prompt": "Use @Video1 as the movement reference and create a clean product showcase video",
    "video_url": "https://example.com/reference-video.mp4",
    "image_url": "https://example.com/start-frame.png",
    "aspect_ratio": "16:9",
    "duration": 5,
    "negative_prompt": "blur, distort, and low quality",
    "cfg_scale": 0.5
  }
}'
Response Response Example
200 - 200 - Request successful
The task was accepted and can be queried by taskId.
{
  "code": 200,
  "msg": "success",
  "data": {
    "taskId": "task_kling_v3_omni_std_ref_1765166238716"
  }
}
Modified at 2026-05-02 02:35:37
Previous
Kling 3 Omni Standard - Generate Video
Next
Kling 3 Motion Control Pro - Generate Video
Built with