kutt.ai
  1. Digital human
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. Digital human

Create a digital human task

POST
/api/ai/video/digital_human/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/digital_human/createtask' \
--header 'token: xxxxx' \
--header 'Language: en' \
--form 'portrait_image=@""' \
--form 'audio_file=@""' \
--form 'resolution="480P"' \
--form 'prompt=""' \
--form 'audio_text="天地玄黄,日月洪荒"' \
--form 'voice="Cherry"'

Responses

🟢200成功
application/json
Body

Example
{}
Modified at 2026-01-09 07:40:29
Previous
Create a video face swapping task.
Next
Create a special effects video task.
Built with