shotstack-sdk

Official Node SDK for the Shotstack Cloud Video Editing API

Usage no npm install needed!

<script type="module">
  import shotstackSdk from 'https://cdn.skypack.dev/shotstack-sdk';
</script>

README

Shotstack NodeJS SDK

Node SDK for Shotstack, the cloud video editing API.

Shotstack is a cloud based video editing platform that enables the editing of videos using code.

The platform uses an API and a JSON format for specifying how videos should be edited and what assets and titles should be used.

A server based render farm takes care of rendering the videos allowing multiple videos to be created simultaneously.

For examples of how to use the SDK to create videos using code checkout the Node demo repo: https://github.com/shotstack/node-demos

Installation

npm install shotstack-sdk

Documentation