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>"
}
}Retrieve download URLs for rendered outputs.
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>"
}
}API key authentication. Format: Bearer RJ-XXX.... Get your API key from the Renderjuice dashboard.
Unique identifier (UUID) of the job Unique identifier of the job
"123e4567-e89b-12d3-a456-426614174000"
Success
Array of URLs to download individual rendered frame images
Array of URLs to download individual composite node output files
ZIP archive download options for frames and composite nodes
Show child attributes
URL(s) to download rendered frames as a ZIP archive. Can be a single URL string, array of URLs, or null if not available.
URL(s) to download composite node outputs as a ZIP archive. Can be a single URL string, array of URLs, or null if not available.
Was this page helpful?