Job status
Generation is asynchronous. GET /api/v1/status/{id} until the payload reports a terminal state, then read the video URL.
curl -X GET "https://videogenapi.com/api/v1/status/GENERATION_ID" \
-H "Authorization: Bearer YOUR_API_KEY"
Typical wait: 30s to a few minutes depending on the model. Status checks are not counted against generation rate limits. See completion / polling and the Python example.