googleapis.com

Enables apps to fetch information and perform actions in Google Chat. Authentication is a prerequisite for using the Google Chat REST API.

🔑 oauth2 8 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Lists spaces the caller is a member of. Requires [authentication](https://dev…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://chat.googleapis.com/v1/spaces
Gets the metadata of a message attachment. The attachment data is fetched usi…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://chat.googleapis.com/v1/{name}
Lists memberships in a space. Requires [authentication](https://developers.go…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://chat.googleapis.com/v1/{parent}/members
Endpoints (8 total)
GET
/v1/spaces
Lists spaces the caller is a member of. Requires [authentication](https://dev…
GET
/v1/{name}
Gets the metadata of a message attachment. The attachment data is fetched usi…
GET
/v1/{parent}/members
Lists memberships in a space. Requires [authentication](https://developers.go…
GET
/v1/media/{resourceName}
Downloads media. Download is supported on the URI `/v1/media/{+name}?alt=media`.
POST
/v1/{parent}/messages
Creates a message. For example usage, see [Create a message](https://develope…
PUT
/v1/{name}
Updates a message. There's a difference between `patch` and `update` methods.…
PATCH
/v1/{name}
Updates a message. There's a difference between `patch` and `update` methods.…
DELETE
/v1/{name}
Deletes a message. For example usage, see [Delete a message](https://develope…
At a glance
Total SDKs10
Languages6
Endpoints8
Authoauth2
Categories2
https://chat.googleapis.com