Using shutterstock-typescript-sdk with shutterstock.com

TypeScript integration

Install

npm install shutterstock-typescript-sdk

Quick start

import Shutterstock_typescript_sdk from 'shutterstock-typescript-sdk';

const client = new Shutterstock_typescript_sdk({ apiKey: "YOUR_API_KEY" });
List details about sound effects
curl \
  -u "$API_USER:$API_PASS" \
  https://api.shutterstock.com/v2/sfx
Echo text
curl \
  -u "$API_USER:$API_PASS" \
  https://api.shutterstock.com/v2/test
Get user details
curl \
  -u "$API_USER:$API_PASS" \
  https://api.shutterstock.com/v2/user
SDK on GitHub 📄 API Docs
SDK
shutterstock-typescript-sdk
TypeScript
API
shutterstock.com
shutterstock.com

At a glance

Language TypeScript
Endpoints118
Base URLhttps://api.shutterstock.com