Catalog
AIGETlive

Video generation job status

Poll a StableStudio video generation job until it completes and returns video asset URLs. Free relay — the proxy signs the provider wallet-identity challenge for you.

Free
free call
Success
91%
p50 latency
441ms
p95 latency
554ms
Calls (30d)
11
FlowVideo generation (async)→ ② Video generation job status (this step)— run step ① first; its response carries the input for this step.

Provider contract

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

Quickstart

Both commands call the selected provider directly.

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

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/video-generate-async.

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

Free · returns the result directly, no payment

ResponseExample response
{
  "data": {
    "id": "cmrwc9rqh000404k3g7kighfi",
    "type": "grok-video-generate",
    "input": {
      "type": "grok-video-generate",
      "model": "grok-video",
      "prompt": "A tiny robot waving at the camera in a cozy workshop",
      "duration": "6",
      "resolution": "720p",
      "aspect_ratio": "16:9"
    },
    "status": "complete",
    "progress": 100,
    "result": {
      "videoUrl": "https://wgunica1uhl5nijm.public.blob.vercel-storage.com/generated/videos/43d81e5a-db4e-4c71-8d78-e6e847b86b5f.mp4",
      "thumbnailUrl": "https://wgunica1uhl5nijm.public.blob.vercel-storage.com/generated/videos/43d81e5a-db4e-4c71-8d78-e6e847b86b5f-thumb.jpg"
    },
    "error": null,
    "createdAt": "2026-07-22T17:11:02.057Z",
    "updatedAt": "2026-07-22T17:12:24.705Z"
  },
  "h402": {
    "routeId": "ai/video-generate-async-status",
    "provider": "stablestudio-video",
    "selectedCandidateId": "ai/video-generate-async-status/stablestudio-video",
    "routing": "manual",
    "paidBy": "free"
  }
}
Last successful call: 22d ago· Aggregated by h402 — not the source provider