API documentation

Getting started with Templid REST API

Welcome to the Templid REST API documentation. Here you will find all the information you need to integrate Templid into your application.

Our API accepts JSON request bodies and returns JSON responses (except PDF rendering). Also, standard HTTP response codes are used.

Bearer token authentication is used in the API and is required for all endpoints.

How to read API documentation?

First, read about our base URL to understand how the URL is structured.

Then, read about authentication to learn how to authenticate your requests.

Finally, you can start exploring the available endpoints. Each API endpoint has its own documentation page, which contains the following information:

  • HTTP method
  • Endpoint URL
  • Request JSON body
  • Successful response
  • HTTP status codes
  • Examples