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

Templated Renders API

The Renders API from Templated — 3 operation(s) for renders.

Templated Renders API is one of 2 APIs that Templated publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Renders. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://api.templated.io/v1.

4 operations 3 paths 2 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.templated.io/v1
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Templated Renders API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — The API key must be included in all requests in the Authorization header as a Bearer token. Obtain an API key from the account dashboard at app.templated.io.

Paths & Operations 4

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

Renders 4
POST
/render
Create a render
createRender body → 200401422
GET
/render/{id}
Retrieve a render
getRender 1 param → 200401404
DELETE
/render/{id}
Delete a render
deleteRender 1 param → 200401404
GET
/renders
List all renders
listRenders 3 params → 200401

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are CreateRenderRequest (16 properties), Render (11 properties). Each schema is shown below with its type and property counts.

Render
object
11 properties
CreateRenderRequest
object
16 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

templated-renders-api-openapi.yml Raw ↑

Other APIs Templated publishes across the network.

Templated Templates API