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.

Nano Banana 2 Lite Edit

Combine text instructions with up to fourteen reference images in Nano Banana 2 Lite to explore new scenes and visual variations.

Available Models

  • google/nano-banana-2-lite/edit - Edit images using a prompt and image references.

Output Options

Aspect Ratio

  • size: Optional. Accepted values: 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9. If omitted, no explicit aspect ratio is specified; there is no default. auto is not accepted.

Key Features

  • Edit images using a prompt and image references.
  • Accepts 1-14 images in image_urls.

Advanced Parameters

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. Minimum length: 1 character.
  • The value must not be blank when supplied. No maximum prompt length is specified.

Image URLs

  • image_urls: Required. Provide publicly accessible image URLs. Supply 1-14 items. Each item must be an HTTP(S) URL.

Billing Factors

Billed per generation. Text-to-image and image editing use the same billing rate. The selected aspect ratio (size) and reference image count 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:

"google/nano-banana-2-lite/edit"

input
object
required
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