EccoAPIeccoapi
INFO/api/v1/nanobananapro/generate

Async Callbacks (Pro)

Use webhooks to receive high-quality results asynchronously.

Request Parameters

ParameterTypeRequiredDescription
callbackUrlstringYesYour 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..."
}