TypeScript integration
import Shotstack_studio_sdk from 'shotstack-studio-sdk'; const client = new Shotstack_studio_sdk({ 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}