curl --request POST \
--url https://api.renderjuice.com/api/external/v1/jobs/{id}/render \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"requestedRenderConfig": {
"colorManagementPreset": "aces",
"frameRanges": [
"<string>"
],
"notes": "<string>",
"renderEngine": "CYCLES",
"compositorDevice": "CPU",
"computeDeviceType": "CUDA",
"gpuCount": 1,
"sampleCount": 1,
"denoisingEnabled": true,
"denoiserType": "OPTIX",
"resolution": [
1
],
"resolutionPercentage": 16384,
"outputFormat": "PNG",
"fps": 1,
"useTiling": true,
"tileSize": 1,
"outputSettings": {
"colorMode": "BW",
"colorDepth": "8",
"exrCodec": "NONE",
"tiffCodec": "NONE",
"compression": 123,
"quality": 123
},
"minimumRam": 1
}
}
'{
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "completed",
"workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"rootFolderId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"normalizedSeconds": 123,
"previewUrl": "<string>",
"failedReason": {
"name": "<string>",
"type": "<string>"
},
"requestedConfig": "<unknown>",
"finalConfig": "<unknown>",
"output": {
"isDeletedForClient": true
},
"isAnalysisSkipped": true,
"analysisId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"analysis": "<unknown>",
"sceneFile": "<unknown>"
}Start rendering a job.
curl --request POST \
--url https://api.renderjuice.com/api/external/v1/jobs/{id}/render \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"requestedRenderConfig": {
"colorManagementPreset": "aces",
"frameRanges": [
"<string>"
],
"notes": "<string>",
"renderEngine": "CYCLES",
"compositorDevice": "CPU",
"computeDeviceType": "CUDA",
"gpuCount": 1,
"sampleCount": 1,
"denoisingEnabled": true,
"denoiserType": "OPTIX",
"resolution": [
1
],
"resolutionPercentage": 16384,
"outputFormat": "PNG",
"fps": 1,
"useTiling": true,
"tileSize": 1,
"outputSettings": {
"colorMode": "BW",
"colorDepth": "8",
"exrCodec": "NONE",
"tiffCodec": "NONE",
"compression": 123,
"quality": 123
},
"minimumRam": 1
}
}
'{
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "completed",
"workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"rootFolderId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"normalizedSeconds": 123,
"previewUrl": "<string>",
"failedReason": {
"name": "<string>",
"type": "<string>"
},
"requestedConfig": "<unknown>",
"finalConfig": "<unknown>",
"output": {
"isDeletedForClient": true
},
"isAnalysisSkipped": true,
"analysisId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"analysis": "<unknown>",
"sceneFile": "<unknown>"
}validated (poll GET /jobs/{id} after starting validation)GET /jobs/{id} until status is completedGET /jobs/{id}/downloadscolorManagementPreset is required. Use default in most cases, or aces if your project uses ACES color management. All other fields are optional and will use values detected during validation.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"
Configuration specifying how the job should be rendered, including output settings, frame ranges, and rendering options.
Show child attributes
aces, default CYCLES, BLENDER_EEVEE, BLENDER_EEVEE_NEXT, BLENDER_WORKBENCH CPU, GPU CUDA, OPTIX x > 0x > 0OPTIX, OPENIMAGEDENOISE 2 elementsx > 01 <= x <= 32767PNG, TIFF, JPEG, AVIJPEG, AVIRAW, TARGA, TARGA_RAW, BMP, HDR, IRIS, OPEN_EXR, OPEN_EXR_MULTILAYER, FFMPEG, CINEON, DPX, JPEG2000, WEBP x > 0x > 0Show child attributes
BW, RGB, RGBA 8, 10, 12, 16, 32 NONE, PIZ, RLE, PXR24, ZIP, ZIPS, B44, B44A, DWAA, DWAB NONE, DEFLATE, LZW, PACKBITS x > 0Success
Unique identifier of the job
"123e4567-e89b-12d3-a456-426614174000"
Current status of the job
created, validating, validated, rendering, finalizing, completed, failed, canceled, booting, suspended "completed"
ID of the workspace this job belongs to
ISO 8601 timestamp when the job was created
ISO 8601 timestamp when the job was last updated
ID of the user who created the job
ID of the root folder containing the job files
Normalized rendering time in seconds (adjusted for GPU performance)
URL to a preview image of the rendered output, if available
Override configuration that was requested for this job
Final configuration that was used for rendering (may differ from requested)
Whether scene file analysis was skipped for this job
ID of the analysis associated with this job
Analysis results for the scene file
Information about the scene file used for rendering
Was this page helpful?