Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Gets the latest version of the specified document.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://docs.googleapis.com/v1/documents/{documentId}
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:docs
At a glance
Language Java
Endpoints3
Base URLhttps://docs.googleapis.com
✓ Official