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.

Browse the complete guides and API reference, design a template with the award-winning OpenShot Desktop, and deploy server instances on your own cloud.

Launch your own server on:
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.

Open Simple Editor Demo
Demo Mode
This isolated sandbox is for evaluation only. Temporary accounts and their files expire after 24 hours.
GET /
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "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/"
}