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.
API key starting with nj_sk_
The request_id returned from POST /api/v1/video.
Job status.
The original request ID.
processing — still generating (check progress). completed — video is ready (see result.video_url). failed — generation failed (see error).
processing, completed, failed Approximate progress percentage (0–95). Only present when status is processing.
0 <= x <= 95Error description. Only present when status is failed.