Usage
- Open the target API page and click
试一试 - Fill in
api_key - Fill in the path parameters, query parameters, or request body as required by the API
- Send the request and view the response
Debugging Tips
- Start by verifying a minimum viable request
- For long-running task APIs, first confirm the
task_idoroperation_namein the creation response - For file upload APIs, ensure that
multipart/form-dataand the file field name are correct - If it fails, first check the HTTP status code,
error.code, anderror.message
Working with AI-Generated Code
It is recommended to verify a minimum viable request on the current API page first, then use “Copy Page” to send the entire page content to the AI for code generation. This allows you to confirm the following beforehand:- The path and authentication method are correct
- The current parameter schema is executable
- Which query identifiers need to be saved for asynchronous task APIs
