Using kinesis-helpers with shutterstock.com

TypeScript integration

✓ Official SDK

Install

npm install kinesis-helpers

Quick start

import Kinesis_helpers from 'kinesis-helpers';

const client = new Kinesis_helpers({ 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
kinesis-helpers
TypeScript
API
shutterstock.com
shutterstock.com

At a glance

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