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"
}