TypeScript integration
import Shotstack_studio_sdk_demos from 'shotstack-studio-sdk-demos'; const client = new Shotstack_studio_sdk_demos({ apiKey: "YOUR_API_KEY" });
curl \
-H "x-api-key: $API_KEY" \
https://api.shotstack.io/v1/assets/{id}curl \
-H "x-api-key: $API_KEY" \
https://api.shotstack.io/v1/render/{id}curl \
-H "x-api-key: $API_KEY" \
https://api.shotstack.io/v1/assets/render/{id}