Skip to content

Authentication

Templated uses API keys to allow access to the API.
To get started, create a free account here.
Once logged in, you can find your API key in the API Integration tab of your dashboard.
This API key will give you full access to all API endpoints.

Authorization Header

The API expects the API key to be included in all requests in the Authorization header as a Bearer token:

AUTHORIZATION HEADER
Authorization: Bearer API_KEY

Base URL

This is the base URL that all requests to the API should be made to:

BASE URL
https://api.templated.io

In the next steps we will see sample code to create, retrieve and list renders and templates usign the API.