---
title: "DeerAPI Kling Omni Video"
method: POST
path: "/kling/v1/videos/omni-video"
---

# DeerAPI Kling Omni Video

`POST /kling/v1/videos/omni-video`

Use this field according to the endpoint schema.

## Headers

- `Content-Type` string

## Request body

- object
  - `model_name` string — Use this field according to the endpoint schema.
  - `prompt` string, required — Use this field according to the endpoint schema.
  - `multi_shot` boolean — Use this field according to the endpoint schema.
  - `shot_type` string — Use this field according to the endpoint schema.
  - `multi_prompt` object[] — Use this field according to the endpoint schema.
    - `index` integer, required — Use this field according to the endpoint schema.
    - `prompt` string, required — Use this field according to the endpoint schema.
    - `duration` string, required — Use this field according to the endpoint schema.
  - `sound` string — Use this field according to the endpoint schema.
  - `image_list` object[] — Use this field according to the endpoint schema.
    - `image_url` string, required
  - `element_list` object[] — Use this field according to the endpoint schema.
    - `element_id` string, required
  - `mode` string — Use this field according to the endpoint schema.
  - `aspect_ratio` string — Use this field according to the endpoint schema.
  - `duration` string — Use this field according to the endpoint schema.
  - `video_list` object[] — Use this field according to the endpoint schema.
    - `video_url` string, required — Use this field according to the endpoint schema.
    - `refer_type` string — Use this field according to the endpoint schema.
    - `keep_original_sound` string — Use this field according to the endpoint schema.
  - `watermark_info` object — Use this field according to the endpoint schema.
    - `enabled` boolean — Use this field according to the endpoint schema.
  - `callback_url` string — Use this field according to the endpoint schema.
  - `external_task_id` string — Use this field according to the endpoint schema.

## Response `200`

Use this field according to the endpoint schema.

- object
  - `code` integer, required — Use this field according to the endpoint schema.
  - `message` string, required — Use this field according to the endpoint schema.
  - `request_id` string, required — Use this field according to the endpoint schema.
  - `data` object, required
    - `task_id` string, required — Use this field according to the endpoint schema.
    - `task_status` string, required — Use this field according to the endpoint schema.
    - `task_info` object, required
      - `external_task_id` string — Use this field according to the endpoint schema.
    - `created_at` integer, required — Use this field according to the endpoint schema.
    - `updated_at` integer, required — Use this field according to the endpoint schema.

---

[API](https://skmtc.net/deerapi/apis/text-to-audio-api.md) · [All operations](https://skmtc.net/deerapi/apis/text-to-audio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deerapi/text-to-audio-api/revisions/b6265ced74a1/schema)
