Allow your customers to edit videos anywhere and save thousands of developer hours—all while keeping users on your platform.
Over 20,000 Businesses & Developers from 119 Countries Trust Shotstack
The Shotstack white label video editor SDK is an embeddable tool for developers and product teams to add video editing capabilities to their applications. Instead of building a video editor from the ground up, you can embed Shotstack's white label video editor SDK into your app. This gives your users a video editor that can be customised to look and feel like part of your brand.
Developing a complete video editing application from scratch is a huge undertaking. It requires experienced engineers, months of development and ongoing maintenance and optimisation. It's a significant investment in time and money.
Shotstack ships with all the essential video editing features you need, including cut and trim, stitching clips, transitions, filters and effects and lets you merge videos, images, text and audio. All accessible using an easily embeddable JavaScript snippet.
Shotstack's white label video editor SDK is available as an embeddable library that can be included in your application. The SDK can be installed inside of the script tag.
<script src="https://js.shotstack.io/studio/0.5.3/shotstack.min.js"></script>
Embed your white-labeled video editor within the script tag of your html. Choose whether you want an interactive timeline and style the editor using your brand colours.
window.shotstack.create('editor', template, {
owner: 'wmr650wlai',
interactive: true,
timeline: true,
sidebar: true,
controls: true,
style: {
colors: {
primaryColor: '#2ecc71',
secondaryColor: '#fd79a8'
},
logo: {
url: 'https://shotstack-assets.s3.amazonaws.com/icons/unicorn.svg'
}
},
});
Interact directly with the video editor or load an updated Edit object describing your edit.
window.shotstack.load(targetId, json, {});
Use the Shotstack Video Editing API to render videos created in Shotstack's white label video editor SDK.
const edit = window.shotstack.edit;
It would have taken a lot of research on what technologies we needed to leverage technically for us to achieve the desired outcome. This would have taken at least two months of engineering time for a simple use case, and up to 6 months if the scope widened.
Unlimited developer sandbox
Free tier (no watermarks)
No credit card required