DeepAnima
Kouri AiApp Integration

Apifox Debugging

Apifox is a professional API debugging tool that can be used to test and debug Kouri Ai. Debug Kouri Ai using Apifox online.

Reference Documentation

You can refer to https://apiai.apifox.cn/ to learn how to use Apifox for API debugging.

Configuration Points

When debugging with Apifox, note:

  1. Replace Base URL with the Kouri Ai endpoint
  2. Replace Token with your Kouri Ai token
  • Base URL: https://api.kourichat.com/v1
  • Authorization: Bearer <your-token>

Common Endpoints

  • /v1/models: Get available model list
  • /v1/chat/completions: Chat completions API

On this page