API Common Issues (Read First)

This article summarizes two common types of issues when using the Local API: program errors caused by non-compliant interface parameters, and incorrect parameter format when debugging tools are used. It emphasizes the need to strictly pass body parameters in JSON format according to the specification, and recommends using Postman for debugging.

Program errors or crashes due to non-compliant interface parameter usage

When using the Local API to create or modify windows, or perform other operations, please ensure that interface parameters strictly comply with the specification. Do not arbitrarily delete or modify parameters, nor pass values with unclear meanings or incorrect types.

"Incorrect parameter format" prompt when debugging with third-party tools

All interfaces of the Local API accept parameters via the request body in JSON format. URL parameters, form-data, text strings, etc. are not accepted.

It is recommended to use Postman for API debugging. After the interface is successfully connected, proceed with script development and invocation.

Postman debugging example:

2026-05-29 145301.png

Last modified: 2026-06-22