Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Lists tables for the user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://area120tables.googleapis.com/v1alpha1/tables
Gets a workspace. Returns NOT_FOUND if the workspace does not exist.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://area120tables.googleapis.com/v1alpha1/{name}
Lists workspaces for the user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://area120tables.googleapis.com/v1alpha1/workspaces
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:area120tables
At a glance
Language Java
Endpoints10
Base URLhttps://area120tables.googleapis.com
✓ Official