Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Templafy SlideElements API

The SlideElements API from Templafy — 2 operation(s) for slideelements.

Templafy SlideElements API is one of 17 APIs that Templafy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include SlideElements. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 2 paths, and defines 10 schemas. It is described by OpenAPI 3.0.3, at version v3.

Requests are made against a single base URL, https://{tenantId}.api.templafy.com/v3.

5 operations 2 paths 10 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v3
Base URL
https://api.templafy.com/v3
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Templafy SlideElements API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API Key) (bearerAuth).

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

SlideElements 5
GET
/libraries/{spaceId}/slide-elements/folders/{folderId}/assets
Lists all slide element decks along with slide elements in the folder.
5 params → 200400401403404
POST
/libraries/{spaceId}/slide-elements/folders/{folderId}/assets
Uploads the slide element file.
2 params body → 201400401403404409
GET
/libraries/{spaceId}/slide-elements/assets/{assetId}
Returns the slide element deck or slide element by the identifier.
2 params → 200401403404
PATCH
/libraries/{spaceId}/slide-elements/assets/{assetId}
Updates the slide element asset.
2 params body → 204400401403404409
DELETE
/libraries/{spaceId}/slide-elements/assets/{assetId}
Deletes the slide element deck by the identifier.
2 params → 204400401403404

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are SlideElementDetailsBase (14 properties), SlideElementBase (14 properties), ValidationProblemDetails (7 properties), ConflictProblemDetails (6 properties). Each schema is shown below with its type and property counts.

SlideElementDetails
object
2 properties 2 required
SlideElement
object
2 properties 2 required
NotFoundProblemDetails
object
6 properties
SlideElementDetailsBase
object
14 properties 11 required
AssetFileStateWithPreviews
string
The current state of the asset
SlideElementDeck
object
2 properties 2 required
ValidationProblemDetails
object
7 properties
ConflictProblemDetails
object
6 properties
SlideElementDeckDetails
object
4 properties 4 required
SlideElementBase
object
14 properties 11 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

templafy-slideelements-api-openapi.yml Raw ↑

Other APIs Templafy publishes across the network.

Templafy DataSourceFields API
Templafy DataSourceItemFields API
Templafy DataSourceItems API
Templafy DataSources API
Templafy Documents API
Templafy EmailElements API
Templafy Folders API
Templafy Images API
Templafy Libraries API
Templafy Links API
Templafy Pdfs API
Templafy Presentations API