Skip to main content
GET
Resolve a fresh download URL for a ready render
GET /v1/renders/{render_id}/download redirects to the finished output. The Render must be ready.

Request parameters

Response parameters

Returns 302 Found with a Location header pointing to the video. Follow redirects to receive the video bytes.

Examples

Authorizations

Authorization
string
header
required

Server-side SDK clients use a project API key. Remote MCP clients use an OAuth access token. Never expose a project API key in browser code.

Headers

X-Request-Id
string

Optional caller-supplied correlation ID, up to 128 characters. The service returns the effective value in the response header for tracing and support.

Required string length: 1 - 128
X-Viggle-Source
string

Optional source-channel label, up to 128 characters, used to attribute traffic to an SDK, integration, product surface, or internal workflow.

Required string length: 1 - 128

Path Parameters

render_id
string
required

Public Render ID returned by render creation or listing. It normally begins with render_ and must identify a render owned by the caller.

Minimum string length: 1

Response

Redirect to a short-lived result URL.