How AI is powering better personalization in e-commerce [with Vercel]. Sign up now

Asset source for Getty Images (Beta)

Studio v2
This plugin only works with an older version of Sanity Studio (v2), which is deprecated.

Add images from Getty right from Sanity Studio

By Zachary Coulter

v2 install command (deprecated)

sanity install asset-source-getty

sanity-plugin-asset-source-getty

Use the Getty API to select image right in Sanity CMS

Installation

In your studio folder, run:

sanity install asset-source-getty

Create ./config/asset-source-getty.json and add the following:

{
  "apiKey": "yourkeyhere",
  "apiSecret": "yoursecrethere"
}