curl --request POST \
--url https://api.vidgo.ai/api/generate/submit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "google/nano-banana-2-lite/text-to-image",
"input": {
"prompt": "A quiet forest under soft morning light, with natural detail."
}
}
'{
"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>"
}Google
Nano Banana 2 Lite Text to Image
Turn visual ideas into images with Nano Banana 2 Lite, with framing options for portraits, landscapes, and wide compositions.
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": "google/nano-banana-2-lite/text-to-image",
"input": {
"prompt": "A quiet forest under soft morning light, with natural detail."
}
}
'{
"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.
Nano Banana 2 Lite Text to Image
Turn visual ideas into images with Nano Banana 2 Lite, with framing options for portraits, landscapes, and wide compositions.Available Models
- google/nano-banana-2-lite/text-to-image - Generate images from text prompts.
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.autois not accepted.
google/nano-banana-2-lite/edit.
Key Features
- Generate images from text prompts.
Advanced Parameters
Setmodel 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.
Prompt
prompt: Required. Describe the desired image. Minimum length: 1 character.- The value must not be blank when supplied. No maximum prompt length is specified.
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
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.