iStock website screenshot

iStock

iStock is Getty Images' royalty-free stock media brand for affordable, subscription-based image, video, illustration, and audio licensing. iStock shares Getty's underlying API platform; partner API access is gated and tied to a commercial licensing agreement.

1 APIs 0 Features
Stock MediaImagesVideoIllustrationsRoyalty-FreeGetty

APIs

iStock API (Getty Platform)

Partner API access for iStock content runs on Getty's API platform. Search, asset detail, and download endpoints are namespaced to iStock content. Authentication uses an api-key...

Collections

Pricing Plans

Istock Plans Pricing

3 plans

PLANS

Rate Limits

Istock Rate Limits

1 limits

RATE LIMITS

FinOps

Istock Finops

FINOPS

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: iStock API (Getty Images Platform)
  version: '3.0'
request:
  auth:
    type: apikey
    key: api-key
    value: '{{api-key}}'
    placement: header
items:
- info:
    name: OAuth
    type: folder
  items:
  - info:
      name: Acquire an access token
      type: http
    http:
      method: POST
      url: https://api.gettyimages.com/v3/oauth2/token
      body:
        type: form-urlencoded
        data:
        - name: grant_type
          value: ''
        - name: client_id
          value: ''
        - name: client_secret
          value: ''
        - name: username
          value: ''
        - name: password
          value: ''
    docs: Acquire an access token using one of the Getty Images API OAuth 2.0 grants (client_credentials or password).
- 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
    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
    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 metadata for multiple images
      type: http
    http:
      method: GET
      url: https://api.gettyimages.com/v3/images
      params:
      - name: ids
        value: ''
        type: query
    docs: Get metadata for multiple images
  - info:
      name: Get image metadata
      type: http
    http:
      method: GET
      url: https://api.gettyimages.com/v3/images/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get image metadata
- info:
    name: Videos
    type: folder
  items:
  - info:
      name: Get metadata for multiple videos
      type: http
    http:
      method: GET
      url: https://api.gettyimages.com/v3/videos
      params:
      - name: ids
        value: ''
        type: query
    docs: Get metadata for multiple videos
  - info:
      name: Get video metadata
      type: http
    http:
      method: GET
      url: https://api.gettyimages.com/v3/videos/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get video metadata
- info:
    name: Downloads
    type: folder
  items:
  - info:
      name: License and download an image
      type: http
    http:
      method: POST
      url: https://api.gettyimages.com/v3/downloads/images/:id
      params:
      - name: id
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: License and download an image
  - info:
      name: License and download a video
      type: http
    http:
      method: POST
      url: https://api.gettyimages.com/v3/downloads/videos/:id
      params:
      - name: id
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: License and download a video
- info:
    name: Countries
    type: folder
  items:
  - info:
      name: List countries
      type: http
    http:
      method: GET
      url: https://api.gettyimages.com/v3/countries
    docs: List countries
bundled: true