Skip to main content
POST
/
nano_banana
/
fetch
/
{id}
Fetch Image
curl --request POST \
  --url https://modelslab.com/api/v1/enterprise/nano_banana/fetch/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "key": "<string>"
}
'
{
  "status": "success",
  "output": [
    "https://cdn.modelslab.com/generated/image.png"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt

Use this file to discover all available pages before exploring further.

Request

Send a POST request to below endpoint to fetch a queued image.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/nano_banana/fetch/{id}' \

Body

json
{
    "key": "enterprise_api_key"
}

Path Parameters

id
string
required

The request ID returned from the generation endpoint.

Body

application/json
key
string
required

Your enterprise API key used for request authorization.

Response

200 - application/json

Fetched image response