Authorization


If you want to use your templates via our REST API, you will need an API token. It’s a security token to prevent the unauthorized use of your account or templates. You’ll need it for every image generation request.

Get it in the API Token tab of your project:

View my projects


Authenticate:

via URL-Parameter

attach ?api_token={TOKEN} to every url request

via Request Header

Authorization: Bearer {TOKEN}