Api Root
OpenShot Cloud API is a simple REST API which can be used to automate video editing tasks, and easily integrate with websites and apps. Create dynamic animations, text captions, effects, music mixes, and complex video edits - all with just a few HTTP calls.
Get started with our docs, design a template with the award-winning OpenShot Desktop, and deploy server instances on your own cloud.
See the API in action with Simple Editor
Try our browser-based video editor powered by OpenShot Cloud API. Upload media, edit and reorder clips, add text captions, animations, effects, and export videos - all driven by the same REST endpoints below.
GET /
{ "users": "https://cloud.openshot.org/users/", "groups": "https://cloud.openshot.org/groups/", "projects": "https://cloud.openshot.org/projects/", "files": "https://cloud.openshot.org/files/", "clips": "https://cloud.openshot.org/clips/", "effects": "https://cloud.openshot.org/effects/", "exports": "https://cloud.openshot.org/exports/", "info": "https://cloud.openshot.org/info/", "settings": "https://cloud.openshot.org/settings/" }
OpenShot Cloud API