kutt.ai
  1. Image generation
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. Image generation

Create an image generation task.

POST
/api/ai/img/generate_image/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/img/generate_image/createtask' \
--header 'token: xxxxx' \
--header 'Language: en' \
--form 'model="flux"' \
--form 'img=@""' \
--form 'prompt="背景变成冰天雪地"' \
--form 'is_translate="true"' \
--form 'width=""' \
--form 'height=""'

Responses

🟢200成功
application/json
Body

Example
{}
Modified at 2026-01-09 07:41:10
Previous
Create a special effects video task.
Next
Get the task list
Built with