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