media generation infrastructure on the internet and is perfect for product managers, technical managers and teams looking for unmatched performance to power their media generation needs.
With 8 concurrent renders, 99.99% uptime guarantee, render acceleration, multi-region infrastructure, guaranteed support response times and serious storage and bandwidth allowances this tier gives you the peace of mind you need to know your application or workflow is in good hands.
Even better, at this tier the discounts really start to add up providing you with some serious value for money.
For short-term creative campaigns, mission-critical applications and workflows and high volume credit requirements we offer the ability to create your own plan. This option is great for digital and creative agencies requiring a high volume of credits for a set period of time or large enterprises needing ultra-fast and ultra-reliable performance and reliability to power their mission-critical applications and workflows.
With the introduction of these subscriptions we are excited to start introducing a range of new features and capabilities to push the ability for you to dynamically create video, images and audio to a whole new level. Stay tuned.
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
}
}
}'