2022-02-13 - Read more...

We've updated the Transcode API schema.

  • The Transcode API has a refreshed schema that helps prevent invalid parameter combinations from being accepted in the outputs array.
  • With the schema changes, there are 2 breaking changes:
    • When referring to a storage.id in an input or output, you now use ref instead of id. The storage object id is referenced with ref. See our guide on cloud storage for more information about how this works. All documentation and code examples have been updated.
    • outputs.audio is no longer a single object. For future multi-track support, outputs.audio is now an array of objects. The current limit of audio objects is 1.