Recommended Workflow
- Open the target API page and click “Copy Page” in the top right corner or the context menu.
- Send the copied page content directly to GPT, Claude, or other code generation models.
- Simply specify your target language, business parameters, and required response handling; there is no need to manually organize API paths, request bodies, or response structures.
- After copying the generated code back into your local project, return to the documentation page to verify Base URL, the authentication method, and required fields.
Prompt Suggestions
The following is the full page content I copied directly from the API documentation page. Please generate Python/Node.js/Go sample code based on this content. Requirements:
- Use Bearer Token for authentication
- Base URL uses https://api.aiid.edu.kg
- Keep the complete request body and error handling
- Use comments to indicate the model, API Key, and business parameters that need to be replaced
- If this API is an asynchronous task API, also include an example for querying the task result
Pre-delivery Checklist
- Whether you entered the correct Base URL
- Check if the correct API path is used
- Check if
Authorization: Bearer YOUR_API_KEYis included - Check if all required fields are passed according to the documentation
