Skip to content

Authentication

Templated uses API keys to allow access to the API.
You can get an API key for free by creating an account here.

Authorization Header

The API expects the API key to be included in all API requests to the server in a header that looks like the following:

Authorization: Bearer API_KEY

Base URL

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

https://api.templated.io

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