Getty Images website screenshot

Getty Images

Getty Images is a premium stock media licensor of editorial and creative photography, illustrations, video, and music. The Getty Images API exposes search, asset metadata, and download endpoints for licensing partners and enterprise customers. Authentication is via API key + OAuth 2.0 client credentials.

1 APIs 0 Features
Stock MediaImagesEditorialVideoMusicLicensing

APIs

Getty Images API

REST API at /v3 covering creative and editorial image search, video search, asset detail retrieval, and download endpoints with size/license selection. All requests require an a...

Collections

Pricing Plans

Getty Plans Pricing

1 plans

PLANS

Rate Limits

Getty Rate Limits

1 limits

RATE LIMITS

FinOps

Getty Finops

FINOPS

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🔗
OpenAPI
OpenAPI
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Getty Images API
  version: 3.0.0
request:
  auth:
    type: apikey
    key: Api-Key
    value: '{{Api-Key}}'
    placement: header
items:
- info:
    name: Search
    type: folder
  items:
  - info:
      name: Search creative images
      type: http
    http:
      method: GET
      url: https://api.gettyimages.com/v3/search/images/creative
      params:
      - name: phrase
        value: ''
        type: query
      - name: page
        value: ''
        type: query
      - name: page_size
        value: ''
        type: query
      - name: sort_order
        value: ''
        type: query
      - name: orientations
        value: ''
        type: query
    docs: Search creative images
  - info:
      name: Search editorial images
      type: http
    http:
      method: GET
      url: https://api.gettyimages.com/v3/search/images/editorial
      params:
      - name: phrase
        value: ''
        type: query
      - name: page
        value: ''
        type: query
      - name: page_size
        value: ''
        type: query
      - name: editorial_segments
        value: ''
        type: query
      - name: date_from
        value: ''
        type: query
      - name: date_to
        value: ''
        type: query
    docs: Search editorial images
  - info:
      name: Search creative videos
      type: http
    http:
      method: GET
      url: https://api.gettyimages.com/v3/search/videos/creative
      params:
      - name: phrase
        value: ''
        type: query
      - name: page
        value: ''
        type: query
      - name: page_size
        value: ''
        type: query
    docs: Search creative videos
  - info:
      name: Search editorial videos
      type: http
    http:
      method: GET
      url: https://api.gettyimages.com/v3/search/videos/editorial
      params:
      - name: phrase
        value: ''
        type: query
      - name: page
        value: ''
        type: query
      - name: page_size
        value: ''
        type: query
    docs: Search editorial videos
- info:
    name: Images
    type: folder
  items:
  - info:
      name: Get bulk image metadata
      type: http
    http:
      method: GET
      url: https://api.gettyimages.com/v3/images
      params:
      - name: ids
        value: ''
        type: query
        description: Comma-separated list of image IDs
      - name: fields
        value: ''
        type: query
    docs: Get bulk image metadata
  - info:
      name: Get a single image's metadata
      type: http
    http:
      method: GET
      url: https://api.gettyimages.com/v3/images/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a single image's metadata
- info:
    name: Videos
    type: folder
  items:
  - info:
      name: Get bulk video metadata
      type: http
    http:
      method: GET
      url: https://api.gettyimages.com/v3/videos
      params:
      - name: ids
        value: ''
        type: query
      - name: fields
        value: ''
        type: query
    docs: Get bulk video metadata
  - info:
      name: Get a single video's metadata
      type: http
    http:
      method: GET
      url: https://api.gettyimages.com/v3/videos/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a single video's metadata
- info:
    name: Downloads
    type: folder
  items:
  - info:
      name: Request a download URL for a licensed image
      type: http
    http:
      method: POST
      url: https://api.gettyimages.com/v3/downloads/:image_id
      params:
      - name: image_id
        value: ''
        type: path
      - name: size
        value: ''
        type: query
      - name: product_id
        value: ''
        type: query
      auth:
        type: apikey
        key: Api-Key
        value: '{{Api-Key}}'
        placement: header
    docs: Request a download URL for a licensed image
- info:
    name: Reference
    type: folder
  items:
  - info:
      name: List available countries
      type: http
    http:
      method: GET
      url: https://api.gettyimages.com/v3/countries
    docs: List available countries
bundled: true