Use the Getty API to select image right in Sanity CMS
In your studio folder, run:
sanity install asset-source-getty
Create ./config/asset-source-getty.json and add the following:
./config/asset-source-getty.json
{ "apiKey": "yourkeyhere", "apiSecret": "yoursecrethere" }