Using deprecated-generative-ai-python with google.home

Python integration

✓ Official SDK
Install
pip install deprecated-generative-ai-python
Quick start
import deprecated-generative-ai-python

# Set your API key
client = deprecated_generative_ai_python.Client(api_key="YOUR_API_KEY")
Offer
curl \
  -H "cast-local-authorization-token: $API_KEY" \
  http://example.com/setup/offer
Chromecast Icon
curl \
  -H "cast-local-authorization-token: $API_KEY" \
  http://example.com/setup/icon.png
Eureka Info
curl \
  -H "cast-local-authorization-token: $API_KEY" \
  http://example.com/setup/eureka_info
SDK on GitHub 📄 API Docs
SDK
deprecated-generative-ai-python
Python
API
google.home
google.home
At a glance
Language Python
Endpoints30
Base URLhttp://example.com/setup
✓ Official