Using shotstack-studio-sdk-demos with shotstack.io

TypeScript integration

✓ Official SDK
Install
npm install shotstack-studio-sdk-demos
Quick start
import Shotstack_studio_sdk_demos from 'shotstack-studio-sdk-demos';

const client = new Shotstack_studio_sdk_demos({ apiKey: "YOUR_API_KEY" });
Get Asset
curl \
  -H "x-api-key: $API_KEY" \
  https://api.shotstack.io/v1/assets/{id}
Get Render Status
curl \
  -H "x-api-key: $API_KEY" \
  https://api.shotstack.io/v1/render/{id}
Get Asset by Render ID
curl \
  -H "x-api-key: $API_KEY" \
  https://api.shotstack.io/v1/assets/render/{id}
SDK on GitHub 📄 API Docs
SDK
shotstack-studio-sdk-demos
TypeScript
API
shotstack.io
shotstack.io
At a glance
Language TypeScript
Endpoints5
Base URLhttps://api.shotstack.io/v1
✓ Official