kutt.ai
  1. Generate video
kutt.ai
  • Generate video
    • Create a video generation task
      POST
  • Action Imitation
    • Create an action imitation task
      POST
  • Video face swapping
    • Create a video face swapping task
      POST
  • Video face swapping
    • Create a video face swapping task.
      POST
  • Digital human
    • Create a digital human task
      POST
  • Special effects video
    • Create a special effects video task.
      POST
  • Image generation
    • Create an image generation task.
      POST
  • Get the task list
    POST
  • Get video generation task results
    POST
  • Get the list of video effects.
    POST
  • Get the list of timbres/sounds.
    GET
  1. Generate video

Create a video generation task

POST
/api/ai/video/generate_video/createtask

Request

Header Params

Body Params multipart/form-data

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.kutt.ai/api/ai/video/generate_video/createtask' \
--header 'token: xxxxx' \
--header 'Language: zh' \
--form 'model="wan2.6"' \
--form 'prompt="背景慢慢变成夜晚,街道的路灯亮起,女孩走在空荡的街道上"' \
--form 'first_frame_img=""' \
--form 'last_frame_img=@""' \
--form 'audio_url=""' \
--form 'resolution="720P"' \
--form 'ratio="1:1"' \
--form 'duration="5"' \
--form 'seed=""' \
--form 'camera_fixed=""' \
--form 'prompt_extend="false"'

Responses

🟢200成功
application/json
Body

Example
{}
Modified at 2026-01-09 07:38:16
Next
Create an action imitation task
Built with