Documentation

The delivery endpoint streams a rendered file back to the client in chunks. Clients are expected to keep the connection open for the duration of the transfer.

Downloading a render

GET /video/download
Cookie: visitor_id=<session>; chunk=<sequence>

The endpoint answers 400 to requests that do not carry a valid session cookie, so it cannot be linked to directly from a browser. Use the download button in the job view instead.

Supported inputs

MP4, MOV, MKV, WebM, AVI, MXF, ProRes, DNxHR, and most raw camera containers up to 64 GB per file.

Rate limits

Six concurrent jobs on Studio, one on Free. Delivery connections are not rate limited.