Using gettyimages-api_ruby with gettyimages.com

Ruby integration

✓ Official SDK
Install
gem install gettyimages-api_ruby
Quick start
require 'gettyimages-api_ruby'

client = GettyimagesApiRuby::Client.new(api_key: "YOUR_API_KEY")
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_ruby
Ruby
API
gettyimages.com
gettyimages.com
At a glance
Language Ruby
Endpoints52
✓ Official