DeepAnima
Kouri Ai

Token Management

Create and manage your API tokens

To call models, you need Base URL, Token, and Model Name.

  • Base URL: https://api.kourichat.com
  • Token: You need to generate it yourself
  • Model Name: Copy from Models page

Tokens are the only credentials for the API platform to identify users. Do not leak them! Leaking tokens has the same consequences as leaking account passwords, and may result in financial loss in severe cases.

Create a Token

  1. After logging in, go to Console → Tokens
  2. Click Create New Token
  3. Set the token name (can be anything)
  4. Click Create Token

By default, you should have a pre-generated token. Just copy it directly.

Copy Token

After the token is generated, click the Copy button to quickly copy the token.


Next Steps

After obtaining the token, check out the App Integration Guide to use Kouri Ai in various tools.

On this page