Preview Presentation
Purpose
To open a presentation in preview or read-only mode in Zoho Show.
HTTP Request URL
https://{api.office-integrator_domain}/show/officeapi/v1/presentation/preview
Request Parameters
| Parameter | Data Type | Description |
| Mandatory Parameters | ||
| apikey | 423s***** | Uniquely identifies the web application in which the Show editor is integrated. |
| document or url | File or String | Method of providing the input file depending on its location. document - if the input file is from your local drive or desktop. url - if the input file is from a publicly accessible Web URL. |
| Optional Parameters | ||
| language | String | Enables the editor interface to open in Show supported languages. Default value: en (English) |
| document_info | { "document_name":"New", "document_id":"1349" } | Set an unique id and specify a display name for the presentation. |
| password | String | Specify the password for the input file when importing a password-protected document using this parameter. |
document_info
| Parameter | Type | Possible Values | Default Value |
| document_id | string | Alphabets, Numbers, Hyphen, Underscore and Dot. | Example: abc/3 |
| document_name | string | My_Presentation | Untitled |
Preview Presentation - Error Codes
| Code | Description |
| 3802 | Unable to import |
| 3835 | File size limit exceeded. The maximum allowed size is 100 MB |
| 3842 | Invalid file extension |
| 3845 | Content type did not match |
For a full list of error handling cases in Preview Presentation, refer here.

