Browse documentation

Get the status of a video generation job.

Get the status of a video generation job.

GET
/v1/videos/{id}

Authorization

NRouterApiKey
AuthorizationBearer <token>

Your nRouter virtual key (sk-nrouter-…). Sent as Authorization: Bearer sk-nrouter-….

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/videos/string"
{  "id": "video_01",  "object": "video",  "status": "completed"}
Was this page helpful?