API Release Notes

Stay up to date with the latest features and changes.

v2022-07-01
7/1/2022 - 12:09 PM

Features

  • Ability to specify a billing account to use when creating a render job.
v2022-06-23
6/23/2022 - 12:17 PM

Features

  • Usage records are counted and measured. Invoices are sent automatically.
  • User config endpoint has extended information related to billing.
  • New upcoming invoice endpoint is available.
v2022-03-01
3/1/2022 - 01:58 PM

Deprecated settings

  • settings.settingsResult.resultOutput.path: it’s not used on the client anymore
v2022-02-03
1/31/2022 - 04:20 PM

Features

  • Create render: New parameter sceneSettings: a list of scene settings (camera, scene state, frames, dimensions) can be passed

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
      POST /v1/renders
      
      {
          // ...other properties...
          "settings": {
              "sceneSettings": [
                  {
                      "camera": "CamA",
                      "frames": "1-10",
                      "height": 768,
                      "width": 1024,
                      "sceneState": "someState"
                  },
                  // ...more scene settings...
              ]
              // ...other settings...
          }
      }
  • Create render: New parameter embedRenderElements embes render elements into a single layered EXR file. Only works when EXR is selected as the renderFileType.

Deprecated settings

  • Following render settings have been deprecated:
    • settings.cameras (use settings.sceneSettings[].camera instead)
    • settings.sceneState (use settings.sceneSettings[].sceneState instead)
    • settings.frameBlacklist (use settings.sceneSettings[].frameBlacklist instead)
    • settings.frames (use settings.sceneSettings[].frames instead)
    • settings.height (use settings.sceneSettings[].height instead)
    • settings.width (use settings.sceneSettings[].width instead)
    • settings.aspectRatio (use settings.sceneSettings[].aspectRatio instead)
    • settings.nthFrame (use settings.sceneSettings[].nthFrame instead)
v1.2.0
12/30/2021 - 08:21 AM

Features

  • Add new render settings for Corona Standalone
  • Add new render type Corona Standalone
v1.1.0
12/27/2021 - 04:16 PM

Feature

  • Extend render endpoint with settings
  • Extend render endpoint with meta data which you can use to add your own context information

Bug Fixes

  • finishedAt value was not correctly set for render
v1.0.0
12/27/2021 - 09:14 AM

Initial public beta release

Create.Render.Deliver.

Unchain your creativity with astonishing render results.