INFO
/api/v1/nanobananapro/generateAsync Callbacks (Pro)
Use webhooks to receive high-quality results asynchronously.
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
callbackUrl | string | Yes | Your webhook URL to receive results |
Async Response (202 Accepted)
Returned immediately when a callbackUrl is provided. Use the jobId or statusUrl to track progress.
json
{
"code": 202,
"msg": "Job accepted",
"jobId": "pro_a1b2c3d4...",
"statusUrl": "https://eccoapi.com/api/v1/jobs/pro_a1b2c3d4..."
}