curl --request POST \
--url https://api.vidgo.ai/api/generate/submit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "kwaivgi/kling-image-o3/edit",
"input": {
"image_urls": [
"https://example.com/image.png"
],
"prompt": "A quiet forest under soft morning light, with natural detail.",
"resolution": "1K",
"size": "16:9",
"output_format": "png",
"n": 1
}
}
'{
"code": 200,
"data": {
"task_id": "task-unified-example",
"status": "running",
"created_time": "2026-09-10T08:00:00"
}
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}"Request timeout"{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}Kling
Kling O3 Image Edit
Rework images with Kling O3 using multiple references and subject elements, with output up to 4K and support for visual variations.
POST
/
api
/
generate
/
submit
curl --request POST \
--url https://api.vidgo.ai/api/generate/submit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "kwaivgi/kling-image-o3/edit",
"input": {
"image_urls": [
"https://example.com/image.png"
],
"prompt": "A quiet forest under soft morning light, with natural detail.",
"resolution": "1K",
"size": "16:9",
"output_format": "png",
"n": 1
}
}
'{
"code": 200,
"data": {
"task_id": "task-unified-example",
"status": "running",
"created_time": "2026-09-10T08:00:00"
}
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}"Request timeout"{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}- Submit the request with
VIDGO_API_KEY. Atask_idis returned immediately. Keep it until the task reachesfinishedorfailed. - 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 Edit
Rework images with Kling O3 using multiple references and subject elements, with output up to 4K and support for visual variations.Available Models
- kwaivgi/kling-image-o3/edit - Edit images using a prompt and image references.
Output Options
Image Size
size: Optional. Accepted values:auto,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 from1to9. Default:1. Fractional values, strings, and booleans are rejected.
Output Format
output_format: Optional. Accepted values:jpeg,png,webp. Default:png.
Key Features
- Edit images using a prompt and image references.
- Accepts 1-10 images in
image_urls. - Choose from
1K,2K,4Koutput resolutions. - Supply additional subject references through
elements. - Control the number of output images with
n.
Advanced Parameters
Defaults apply only when an optional input field is omitted. Explicitnull 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 requested changes. Length: 1-2,000 characters.- The value must not be blank when supplied.
Image URLs
image_urls: Required. Provide publicly accessible image URLs. Supply 1-10 items. Each item must be an HTTP(S) URL.
Subject Elements
-
elements: Optional. Provide subject-reference objects. Supply an array. Each item is an object. -
elements[].frontal_image_url: Optional. Use a publicly accessible HTTP(S) URL. -
elements[].reference_image_urls: Optional. Supply an array. Each item must be an HTTP(S) URL.
@Element1, @Element2, etc. 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
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.
Example:
"kwaivgi/kling-image-o3/edit"
Input parameters for image generation or editing
Show child attributes
Show child attributes
Optional public HTTP(S) endpoint for task completion notifications. HTTPS is recommended. Omit, use null, or use an empty string to disable callbacks.