Using python-genai with googleapis.com

Python integration

✓ Official SDK
Install
pip install python-genai
Quick start
import python-genai

client = python_genai.Client("YOUR_API_KEY")
Lists the Safe Browsing threat lists available for download.
curl \
  https://safebrowsing.googleapis.com/v4/threatLists
curl \
  https://safebrowsing.googleapis.com/v4/encodedUpdates/{encodedRequest}
curl \
  https://safebrowsing.googleapis.com/v4/encodedFullHashes/{encodedRequest}
SDK on GitHub 📄 API Docs
SDK
python-genai
Python
API
googleapis.com
googleapis.com:safebrowsing
At a glance
Language Python
Endpoints7
Base URLhttps://safebrowsing.googleapis.com
✓ Official