Google Slides · Schema
Presentation
A Google Slides presentation.
CollaborationGoogle WorkspacePresentationsProductivitySlides
Properties
| Name | Type | Description |
|---|---|---|
| presentationId | string | The ID of the presentation. |
| title | string | The title of the presentation. |
| slides | array | The slides in the presentation. A slide inherits properties from a slide layout. |
| masters | array | The slide masters in the presentation. A slide master contains all common page elements and the common properties for a set of layouts. |
| layouts | array | The layouts in the presentation. A layout is a template that determines how content is arranged and styled on the slides that inherit from that layout. |
| locale | string | The locale of the presentation as an IETF BCP 47 language tag. |
| revisionId | string | Output only. The revision ID of the presentation. Can be used in update requests to assert that the presentation revision has not changed since the last read operation. Only populated if the user has |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Presentation",
"type": "object",
"description": "A Google Slides presentation.",
"properties": {
"presentationId": {
"type": "string",
"description": "The ID of the presentation."
},
"title": {
"type": "string",
"description": "The title of the presentation."
},
"slides": {
"type": "array",
"description": "The slides in the presentation. A slide inherits properties from a slide layout.\n"
},
"masters": {
"type": "array",
"description": "The slide masters in the presentation. A slide master contains all common page elements and the common properties for a set of layouts.\n"
},
"layouts": {
"type": "array",
"description": "The layouts in the presentation. A layout is a template that determines how content is arranged and styled on the slides that inherit from that layout.\n"
},
"locale": {
"type": "string",
"description": "The locale of the presentation as an IETF BCP 47 language tag.\n"
},
"revisionId": {
"type": "string",
"description": "Output only. The revision ID of the presentation. Can be used in update requests to assert that the presentation revision has not changed since the last read operation. Only populated if the user has edit access to the presentation. The revision ID is not a sequential number but an opaque string. The format may change over time. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users.\n"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-slides-presentation"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.