generate_api_reference
Extract API documentation from source code annotations, JSDoc, docstrings, and type definitions to generate structured API references in multiple formats.
Instructions
Generate API reference documentation from code annotations, JSDoc, docstrings, and type definitions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | Path to source code for API extraction | |
| output_path | No | Output path for API reference | |
| format | No | Output format | mintlify |
| include_private | No | Include private/internal APIs |