Using gettyimages-api_nodejs_sample with gettyimages.com

JavaScript integration

✓ Official SDK
Install
npm install gettyimages-api_nodejs_sample
Get all boards that the user participates in
curl \
  -H "Api-Key: $API_KEY" \
  /v3/boards
Get metadata for multiple events
curl \
  -H "Api-Key: $API_KEY" \
  /v3/events
Get metadata for multiple images by supplying multiple image ids
curl \
  -H "Api-Key: $API_KEY" \
  /v3/images
SDK on GitHub 📄 API Docs
SDK
gettyimages-api_nodejs_sample
JavaScript
API
gettyimages.com
gettyimages.com
At a glance
Language JavaScript
Endpoints52
✓ Official