S
Shutterstock CLI
Details
- Command
-
shutterstock - Docs
- https://www.shutterstock.com/developers/documentation/cli
Authentication
env SHUTTERSTOCK_KEY, SHUTTERSTOCK_SECRET Log in to your Shutterstock account, open My apps, and click Create new app. After saving the app, copy the app's consumer key and consumer secret from the same page. You use these directly for HTTP Basic auth on supported API endpoints and as the client credentials when obtaining OAuth access tokens.
env SHUTTERSTOCK_API_TOKEN First create an application at My apps to get a consumer key and consumer secret. Then follow Shutterstock's Authentication flow to request an OAuth access token for your app/account, and store the resulting token for use in the Authorization: Bearer header or the SHUTTERSTOCK_API_TOKEN environment variable for the CLI.