media generation infrastructure to help power the next generation of video and media centric applications.
By enabling faster render times and large file size support we believe we will open up our platform to new and exciting use cases.
In the upcoming months we’ll be further improving render speeds and allow you to create videos over an hour long at higher resolutions.
Stay tuned for updates.
curl --request POST 'https://api.shotstack.io/v1/render' \
--header 'x-api-key: YOUR_API_KEY' \
--data-raw '{
"timeline": {
"tracks": [
{
"clips": [
{
"asset": {
"type": "video",
"src": "https://shotstack-assets.s3.amazonaws.com/footage/beach-overhead.mp4"
},
"start": 0,
"length": "auto"
}
]
}
]
},
"output": {
"format": "mp4",
"size": {
"width": 1280,
"height": 720
}
}
}'