Video Generation Status
Media
Video Generation Status
Check the status of a video generation job created by POST /api/v1/video. Poll this endpoint until status is completed or failed. Recommended polling interval: every 10–30 seconds. No additional charge for polling. Works with all video models.
GET
Video Generation Status
Authorizations
API key starting with nj_sk_
Query Parameters
The request_id returned from POST /api/v1/video.
Response
Job status.
The original request ID.
processing — still generating (check progress). completed — video is ready (see result.video_url). failed — generation failed (see error).
Available options:
processing, completed, failed Approximate progress percentage (0–95). Only present when status is processing.
Required range:
0 <= x <= 95Error description. Only present when status is failed.