Catalog
AIGETlive

Generation job status

Poll a StableStudio image-generation job from ai/image-generate-async until it completes and returns image asset URLs. Free relay — the proxy signs the provider's wallet-identity challenge for you.

Free
free call
Success
100%
p50 latency
552ms
p95 latency
1.88s
Calls (30d)
6
FlowImage generation (async)→ ② Generation job status (this step)— run step ① first; its response carries the input for this step.

Provider contract

Call path
/routes/stablestudio/ai/image-generate-async-status
Method
GET
Selected provider
stablestudiodefault
Provider price
Free
Settlement
free call

Quickstart

Both commands call the selected provider directly.

cURL
curl '/routes/stablestudio/ai/image-generate-async-status?jobId=cmqal1kuo000004l8ms6ky7ta'
CLI
h402 call 'ai/image-generate-async-status' --provider 'stablestudio' --method GET --query '{"jobId":"cmqal1kuo000004l8ms6ky7ta"}'

Parameters & live test

free

Fill the request fields and call — the result returns directly, no payment or wallet needed. Only the selected provider's listed parameters are accepted.

jobIdstringrequired

Job id returned by ai/image-generate-async.

GET/routes/stablestudio/ai/image-generate-async-status
Request query
{
  "jobId": "cmqal1kuo000004l8ms6ky7ta"
}

Free · returns the result directly, no payment

ResponseExample response
{
  "data": {
    "id": "cmqal1kuo000004l8ms6ky7ta",
    "type": "flux-2-pro-generate",
    "input": {
      "type": "flux-2-pro-generate",
      "model": "flux-2-pro",
      "prompt": "A tiny robot router happily sorting glowing data packets, flat illustration, dark background",
      "resolution": "1 MP",
      "aspect_ratio": "1:1",
      "output_format": "webp",
      "output_quality": 80,
      "safety_tolerance": 2,
      "prompt_upsampling": false
    },
    "status": "complete",
    "progress": 100,
    "result": {
      "imageUrl": "https://wgunica1uhl5nijm.public.blob.vercel-storage.com/generated/97b08a43-7817-4506-b430-c22ccc2812fb.webp"
    },
    "error": null,
    "createdAt": "2026-06-12T07:05:58.224Z",
    "updatedAt": "2026-06-12T07:06:12.823Z"
  },
  "h402": {
    "routeId": "ai/image-generate-async-status",
    "provider": "stablestudio",
    "selectedCandidateId": "ai/image-generate-async-status/stablestudio",
    "routing": "manual",
    "paidBy": "free"
  }
}
Last successful call: 26d ago· Aggregated by h402 — not the source provider