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")
Searches Knowledge Graph for entities that match the constraints. A list of m…
curl \
  https://kgsearch.googleapis.com/v1/entities:search
SDK on GitHub 📄 API Docs
SDK
python-genai
Python
API
googleapis.com
googleapis.com:kgsearch

At a glance

Language Python
Endpoints1
Base URLhttps://kgsearch.googleapis.com
✓ Official