googleapis.com

Reads and writes Google Slides presentations.

🔑 oauth2 5 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
Gets the latest version of the specified presentation.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://slides.googleapis.com/v1/presentations/{presentationId}
Gets the latest version of the specified page in the presentation.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://slides.googleapis.com/v1/presentations/{presentationId}/pages/{pageObjectId}
Generates a thumbnail of the latest version of the specified page in the pres…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://slides.googleapis.com/v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail
Endpoints (5 total)
GET
/v1/presentations/{presentationId}
Gets the latest version of the specified presentation.
GET
/v1/presentations/{presentationId}/pages/{pageObjectId}
Gets the latest version of the specified page in the presentation.
GET
/v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail
Generates a thumbnail of the latest version of the specified page in the pres…
POST
/v1/presentations
Creates a blank presentation using the title given in the request. If a `pres…
POST
/v1/presentations/{presentationId}:batchUpdate
Applies one or more updates to the presentation. Each request is validated be…
At a glance
Total SDKs10
Languages6
Endpoints5
Authoauth2
Categories2
https://slides.googleapis.com