kutt.ai
  1. Special effects 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. Special effects video

Create a special effects video task.

POST
/api/ai/video/special_effects/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/special_effects/createtask' \
--header 'token: xxxxx' \
--header 'Language: zh' \
--form 'image=@""' \
--form 'effects_id="14"' \
--form 'resolution="720P"'

Responses

🟢200成功
application/json
Body

Example
{}
Modified at 2026-01-09 07:40:50
Previous
Create a digital human task
Next
Create an image generation task.
Built with