> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aiid.edu.kg/llms.txt
> Use this file to discover all available pages before exploring further.

# Online Debugging

> You can send requests directly in the API Playground on the documentation page, without writing any code first.

## Usage Steps

1. Open the target API page and click `试一试`.
2. Fill in `api_key` on the page. This value is only saved locally in the current browser; it will not be synced to the server or shared among team members.
3. Fill in path parameters, query parameters, or the request body as required by the API.
4. Click `发送` to view the response results and error messages.

## Debugging Suggestions

* First, confirm that Base URL, the API path, and the model name are correct.
* For long-running task APIs, prioritize recording the returned `task_id` or `operation_name` before calling the query API.
* If the API supports multiple parameter patterns, prioritize using the documentation's example request body to verify the minimum viable parameters.

## Using with AI-Generated Code

It is recommended to first complete a minimum viable request verification on the documentation page, then click "Copy Page" and send the entire page content to the AI to generate the formal invocation code.
This way, the AI receives API page content that has already been manually verified, making the path, authentication method, and parameter patterns less likely to be wrong.
