Using gettyimages-api_java with gettyimages.com

Java integration

Install
# Maven: see https://github.com/joenjuki/gettyimages-api_java
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_java
Java
API
gettyimages.com
gettyimages.com
At a glance
Language Java
Endpoints52