presentation
The presentation
object is the root object. Below are the parameters and objects within it:
Parameter | Type | Input | Description |
---|---|---|---|
template | String | [required] Name of template presentation to build the new presentation from, must match the uploaded file in API management tool (e.g. Postman). | |
export_version | String |
| [optional] File format the output presentation should use. |
resultFileName | String | [optional] Name of output presentation. | |
slides | Object | [optional] An array of slide objects. |
JSON Payload
Last updated