gws.slides.create
Create a new Google Slides presentation by title. Receive the new presentation's ID and URL, while existing presentations remain unchanged.
Instructions
Create a new Google Slides presentation with the given title. Returns the new presentation's ID and URL. Add slides and content with slides.batch_update. Creates a new, empty document owned by the account and returns its ID and shareable URL. It never modifies existing content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Presentation title | |
| account | No | Account label or email. Uses default if omitted. |