kutt.ai
  1. Video face swapping
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. Video face swapping

Create a video face swapping task.

POST
/api/ai/video/face_swap_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/face_swap_video/createtask' \
--header 'token: xxxxx' \
--header 'Language: en' \
--form 'face_image=@""' \
--form 'video=@""' \
--form 'resolution="480P"' \
--form 'nth_face=""'

Responses

🟢200成功
application/json
Body

Example
{}
Modified at 2026-01-09 07:40:10
Previous
Create a video face swapping task
Next
Create a digital human task
Built with