Generation
GET
/videos/{id}/render

The render job and the collapsed lifecycle status, without the rest of the video. This is the cheap endpoint to poll while a render runs.

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings > API & Webhooks. Keys start with sf_live_.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/videos/string/render"
{  "data": {    "videoId": "7bQxL2mF9dR4tK1sv",    "status": "rendering",    "render": {      "status": "STARTED",      "progress": 62,      "queuedAt": "2026-08-06T09:18:02.000Z",      "startedAt": "2026-08-06T09:18:05.000Z",      "error": null    },    "renderUrl": null  }}