Authentication


The Placid REST API uses authentication via an API token. It is passed along with every API call to identify your account and access the templates from your project.

Placid API token

Placid API tokens are project-specific. For every API project you create, you'll get a unique token.

  • Log in on placid.app/login
  • Go to the Projects overview
  • Choose the project you want to generate images for
  • Click API Tokens in the left menu


Go to project overview


Usage

All of your Placid requests must contain a header with your API token.

Authorization: Bearer {TOKEN}