1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Start a new rendering
curl -i -X POST "https://render-api.helio.exchange/v1/renders" \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer ACCESS_TOKEN' \
-d '{"projectName": "project-x", "maxFile": "my-scene.max"}'
# Get all renderings
curl -i -X GET "https://render-api.helio.exchange/v1/renders" \
-H 'Authorization: Bearer ACCESS_TOKEN'
# Get a rendering by ID to see progress and status
curl -i -X GET "https://render-api.helio.exchange/v1/renders/RENDER_ID" \
-H 'Authorization: Bearer ACCESS_TOKEN'
# Delete your rendering
curl -i -X DELETE "https://render-api.helio.exchange/v1/renders/RENDER_ID" \
-H 'Authorization: Bearer ACCESS_TOKEN'
Launch 1 or 1,000
Render Jobs
Whether you're starting one render job or thousands, our API lets you fully automate the process — reducing manual errors and saving valuable time.
Event-Based Feedback
Get instant insights into what’s working — and what’s not. Access structured endpoints for errors and warnings so you can act fast: retry failed jobs, alert your team, or build custom notifications.
Visual Control When You Need It
Every job submitted via the API can also be tracked and managed through our Render Client, giving you a complete visual overview of your pipeline.