AI Limits

Here you can setup the unauthenticated AI usage limits for your account. For authenticated access you need to get an authorization token via our api. To get an AI authorization token you need to call our api endpoint method “ai/auth/create” with your service token.

Unauthenticated AI Access

The default setting is Blocked per default from February 14th on. You can choose from three additional modes:

Blocked: To actively decide for a general blocking.

Unrestricted: to not block any of the AI features for unauthenticated AI Access.

Per Feature: to define a blocking for specific AI features only. If you choose this option a list of all available AI features will be displayed.

AI Feature List For Blocking

Now you can define for each single feature if it should be blocked, unrestricted or if you would like to define a limited access.

AI Feature Limited Access

  1. You can define the maximum number of accesses.
  2. And a timeframe for these accesses you allow.

To save your changes you have to press the Save AI Settings.

Authenticated AI Access Example Payloads

For the Authenticated AI Access you need Authentication Token. In the Account Portal we provide you with a JSON generator and some example cases to granularly generate a payload to the AI Auth Token creation endpoint.

Payload JSON generator

Here you can select different example codes to copy and edit them:

Example Code Authentication

The result is a JSON code:

AI Token Payload

POST the payload you built to https://api.printess.com/ai/auth/create with your service token as bearer token to get back an ai auth token. This auth token needs to be set in the Printess attach parameters via “aiAuthToken”: “YOUR_AUTH_TOKEN”.

You can find your service token in your Account Portal

You can generate multiple AI Auth tokens with different settings. This way you can have varying presets for different integrations.