Authorizations
Path Parameters
Example:
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>"
}
}Was this page helpful?