Skip to main content
GET
/
jobs
/
{id}
/
downloads
Download URLs
curl --request GET \
  --url https://api.renderjuice.com/api/external/v1/jobs/{id}/downloads \
  --header 'Authorization: Bearer <token>'
{
  "frames": [
    "<string>"
  ],
  "compositeNodes": [
    "<string>"
  ],
  "transforms": {
    "framesZip": "<string>",
    "compositeNodesZip": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required
Example:

Response

200 - application/json
frames
string<uri>[]
required
compositeNodes
string<uri>[]
required
transforms
object
required