{ "opencollection": "1.0.0", "info": { "name": "Templafy Public DataSourceFields Presentations API", "version": "v3" }, "items": [ { "info": { "name": "Presentations", "type": "folder" }, "items": [ { "info": { "name": "Generates a presentation from a template and returns information about the file, which includes the download url.", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantId}.api.templafy.com/v3/libraries/:spaceId/presentations/assets/:assetId/generate", "params": [ { "name": "spaceId", "value": "", "type": "path", "description": "The identifier of the space" }, { "name": "assetId", "value": "", "type": "path", "description": "The identifier of the presentation template" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a file from the template in a pptx format. The file will have bindings replaced using various data sources. The url will only be valid for a short amount of time. When a PDF is included in the response, its download URL may briefly be unavailable on receipt; clients should retry the download with a short backoff before treating an initial failure as final." }, { "info": { "name": "Lists all presentation templates along with their slides in the folder.", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantId}.api.templafy.com/v3/libraries/:spaceId/presentations/folders/:folderId/assets", "params": [ { "name": "spaceId", "value": "", "type": "path", "description": "The identifier of the space" }, { "name": "folderId", "value": "", "type": "path", "description": "The identifier of the folder" }, { "name": "searchQuery", "value": "", "type": "query", "description": "Filter on presentation template/slide name, description and tags" }, { "name": "pageNumber", "value": "", "type": "query", "description": "Page number from the result set. Page number is set to 1 by default if {searchQuery} is passed. A value passed only for the page number and not for the page size is ignored." }, { "name": "pageSize", "value": "", "type": "query", "description": "Size of the returned page. If {searchQuery} is not set, not passing page size or having it 0 returns all the assets from the folder. Acceptable values are 0 to 1000, inclusive." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The result does not include presentation templates or slides from subfolders. When {searchQuery} is used the result includes presentation templates/slides from subfolders. The search mode enables pagination with 1000 page size maximum." }, { "info": { "name": "Uploads the presentation template.", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantId}.api.templafy.com/v3/libraries/:spaceId/presentations/folders/:folderId/assets", "params": [ { "name": "spaceId", "value": "", "type": "path", "description": "The identifier of the space" }, { "name": "folderId", "value": "", "type": "path", "description": "The identifier of the folder" } ], "body": { "type": "multipart-form", "data": [ { "name": "File", "type": "text", "value": "" }, { "name": "Name", "type": "text", "value": "" }, { "name": "Description", "type": "text", "value": "" }, { "name": "Tags", "type": "text", "value": "" }, { "name": "ExternalData", "type": "text", "value": "" } ] }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Only one file can be attached to the request body. The supported file format is .PPTX" }, { "info": { "name": "Returns the presentation template or presentation slide by the identifier.", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantId}.api.templafy.com/v3/libraries/:spaceId/presentations/assets/:assetId", "params": [ { "name": "spaceId", "value": "", "type": "path", "description": "The identifier of the space" }, { "name": "assetId", "value": "", "type": "path", "description": "The identifier of the presentation template or slide to retrieve" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the presentation template or presentation slide by the identifier." }, { "info": { "name": "Updates the presentation template.", "type": "http" }, "http": { "method": "PATCH", "url": "https://{tenantId}.api.templafy.com/v3/libraries/:spaceId/presentations/assets/:assetId", "params": [ { "name": "spaceId", "value": "", "type": "path", "description": "The identifier of the space" }, { "name": "assetId", "value": "", "type": "path", "description": "The identifier of the presentation template or slide" } ], "body": { "type": "multipart-form", "data": [ { "name": "FolderId", "type": "text", "value": "" }, { "name": "Name", "type": "text", "value": "" }, { "name": "Description", "type": "text", "value": "" }, { "name": "Tags", "type": "text", "value": "" }, { "name": "ExternalData", "type": "text", "value": "" }, { "name": "File", "type": "text", "value": "" } ] }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Only one file can be attached to the request body. The supported file format is .PPTX. Slides are limited to the following properties that can be updated: Name, Tags, ExternalData" }, { "info": { "name": "Deletes the presentation template by the identifier.", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantId}.api.templafy.com/v3/libraries/:spaceId/presentations/assets/:assetId", "params": [ { "name": "spaceId", "value": "", "type": "path", "description": "The identifier of the space" }, { "name": "assetId", "value": "", "type": "path", "description": "The identifier of the presentation to delete" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Slides can only be deleted along with the presentation." } ] } ], "bundled": true }