Skip to main content
POST
  1. Submit the request with VIDGO_API_KEY. A task_id is returned immediately. Keep it until the task reaches finished or failed.
  2. Use Query Task Status to retrieve the result. If you provide a callback_url, Vidgo sends the result to your webhook when the task finishes or fails.

Kling O3 Image Text to Image

Generate images up to 4K with Kling O3, creating multiple variations in a range of compositions and output formats.

Available Models

  • kwaivgi/kling-image-o3/text-to-image - Generate images from text prompts.

Output Options

Image Size

  • size: Optional. Accepted values: 16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9. Default: 16:9.

Resolution

  • resolution: Optional. Accepted values: 1K, 2K, 4K. Default: 1K.

Image Count

  • n: Optional. Number of images to generate. Integer from 1 to 9. Default: 1. Fractional values, strings, and booleans are rejected.

Output Format

  • output_format: Optional. Accepted values: jpeg, png, webp. Default: png.

Key Features

  • Generate images from text prompts.
  • Choose from 1K, 2K, 4K output resolutions.
  • Control the number of output images with n.

Advanced Parameters

Defaults apply only when an optional input field is omitted. Explicit null or empty-string values are rejected. An empty elements array is accepted. Set model and optional callback_url at the request root. Place all workflow parameters, including output options, inside input. Send only the input fields supported by this workflow. Unsupported input fields are rejected before credits are deducted. Input URLs must use HTTP(S), include a hostname, and contain no embedded credentials.

Prompt

  • prompt: Required. Describe the desired image. Length: 1-2,000 characters.
  • The value must not be blank when supplied.

Subject Elements

  • elements: Optional array of subject-reference objects. Refer to them in the prompt as @Element1, @Element2, etc.
  • elements[].frontal_image_url: Optional public HTTP(S) URL for the main subject view.
  • elements[].reference_image_urls: Optional array of additional public HTTP(S) image URLs.
  • Element objects may include additional fields. No element count limit is specified.

Billing Factors

Billing depends on output resolution (resolution) and output image count (n). Text-to-image and image editing use the same rates. Reference images and subject elements do not add charges. Credits are deducted on submission and refunded if the task fails.

Authorizations

Authorization
string
header
required

Use VIDGO_API_KEY.

Body

application/json

Keep model and callback_url at the root. Unknown root fields are ignored; unsupported input fields are rejected.

model
string
required
Example:

"kwaivgi/kling-image-o3/text-to-image"

input
object
required

Input parameters for image generation or editing

callback_url
string | null

Optional public HTTP(S) endpoint for task completion notifications. HTTPS is recommended. Omit, use null, or use an empty string to disable callbacks.

Response

Task submitted

code
enum<integer>
required
Available options:
200
data
object
required