Skip to main content
Zoho Show
Previewv0.1.0
9 actions · 1 auth method
DocumentsInternal

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a Connector Profile in your project. See Setup Connector Profile.

Connector Profile · API Key

Zoho Office Integrator authenticates every Show API request with a single application-level API key (“apikey”). The key…
3

Link an Account

Link an account from the dashboard (or via StackOne Hub).See the guide for the authentication type chosen in the Connector Profile:

Link Account · API Key

4

Use Actions

Connect an AI platform to the linked account’s actions. See AI Platforms.Other ways to call actions are listed in Protocols & SDKs.

Actions

9 actions
Action
Description
Create Presentation
Create a new blank presentation and open it in the Zoho Show editor. Returns an editor document_url and identifiers for…
Edit Presentation
Open an existing presentation (from a public URL or an uploaded file) in the Zoho Show editor for single-user editing. R…
Co-edit Presentation
Open a presentation for real-time collaborative editing (or collaborative view). Set permissions.document.edit=true for…
Preview Presentation
Open a presentation in read-only preview mode. Returns a preview_url. No callback save configuration is needed because p…
Convert Presentation
Convert a presentation (from a public URL or an uploaded file) to another format such as PDF, PPTX or ODP. Returns the c…
Delete Presentation
Delete a presentation document by its document_id (returned by create, edit, co-edit or preview).
Test Connection
Verify the Zoho Office Integrator API key.
Get Session Information
Retrieve details of a Zoho Show editor session — its status (active, inactive or invalid), associated document, and crea…
Delete User Session
Terminate a Zoho Show editor session by its session_id.