Get Credentials

To be able to upload your project files, you'll need a S3 storage compatiable credentials. Get your personal credentials by executing the following request.

1
2
3
curl -i -X GET "https://render-api.helio.exchange/v1/user/config" \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer ACCESS_TOKEN'

Upload Project Files

Please use the information from the previous step to configure your S3 compatiable client (on the storage section: accessKey, secretKey, url and bucket).

Then you’ll need to create a folder for every project you’d like to render in the following structure:

1
2
3
YOUR_BUCKET/
    YOUR_USER_UUID/
        YOUR_PROJECT_NAME/

After that, upload the files you’d like to render to that folder YOUR_PROJECT_NAME.

You can access our storage it with any S3 compatible client.

Please choose the library of your choice. We like to use Rclone.

Download Render Results

Once your render has successfully finished, you can download the results from your bucket, using the outputLocation field you get when checking the rendering status.

1
2
curl -i -X GET "https://render-api.helio.exchange/v1/renders/RENDER_ID" \
  -H 'Authorization: Bearer ACCESS_TOKEN'

Create.Render.Deliver.

Unchain your creativity with astonishing render results.