Using shutterstock-sdk with shutterstock.com

Python integration

Install
pip install shutterstock-sdk
Quick start
import shutterstock-sdk

client = shutterstock_sdk.Client("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-sdk
Python
API
shutterstock.com
shutterstock.com
At a glance
Language Python
Endpoints118
Base URLhttps://api.shutterstock.com