Loading capabilities…
Loading capability…
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.
Both commands call the selected provider directly.
curl '/routes/stablestudio/ai/image-generate-async-status?jobId=cmqal1kuo000004l8ms6ky7ta'
h402 call 'ai/image-generate-async-status' --provider 'stablestudio' --method GET --query '{"jobId":"cmqal1kuo000004l8ms6ky7ta"}'Fill the request fields and call — the result returns directly, no payment or wallet needed. Only the selected provider's listed parameters are accepted.
jobIdstringrequiredJob id returned by ai/image-generate-async.
{
"jobId": "cmqal1kuo000004l8ms6ky7ta"
}Free · returns the result directly, no payment
{ "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" } }