Generate Watermarked Videos Via API

Build automated image and video editing workflows and applications with Shotstack.

GET STARTED FOR FREE Example

The internet's most advanced image and video editing API

Shotstack is the most user friendly, powerful and reliable infrastructure solution to automatically generate watermarked videos.

GET STARTED FOR FREE

The only thing you need is some JSON

{
"timeline": {
"tracks": [
{
"clips": [
{
"asset": {
"type": "image",
"src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/branding/logo-watermark-wht.png"
},
"start": 0,
"length": 5,
"fit": "none",
"scale": 0,
"opacity": 0.5,
"position": "topRight",
"offset": {
"x": -0.04,
"y": -0.04
}
}
]
},
{
"clips": [
{
"asset": {
"type": "video",
"src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/footage/city-timelapse.mp4"
},
"start": 0,
"length": 5
}
]
}
]
},
"output": {
"format": "mp4",
"resolution": "hd"
}
}

Tutorials & Resources

Learn how to automatically generate watermarked videos via API

Demo's & Code Examples

Automatically Generate watermarked videos by using demo code

Pexels Video Maker
Pexels Video Maker

Search the Pexels stock footage video library and the Shotstack API will automatically compile an edit with music and a title

Go to demo

Picture in Picture Video Editor
Picture in Picture Video Editor

Overlay a small video over the top of a background video to create a picture in picture video effect

Go to demo

Christmas Personalised Video
Christmas Personalised Video

Create a personalised video with a Christmas message using the Shotstack API. Merge text and video from a form to generate a video

Go to demo