Code Documentation Generator
## Code Documentation Generator Instantly generate production-ready documentation from any public GitHub repository using Claude AI. **What it does:** Send a GitHub repo URL → get back structured Markdown documentation. Choose from three formats: - `readme` — Full README.md with overview, installation, usage, and configuration - `api-reference` — Documents every public endpoint, function, or…
Code Documentation Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Generate Full Documentation /v1/generate |
Generate complete documentation (README + API reference + architecture overview) from any public GitHub repository. Returns structured Markdown. Cached for 24 hours per repo+ref… |
| POST |
Generate README /v1/generate/readme |
Generate only a README.md file from any public GitHub repository. Faster and cheaper than the full documentation endpoint. Returns structured Markdown with overview,… |
| POST |
Generate API Reference /v1/generate/api-reference |
Generate a structured API reference from any public GitHub repository. Documents every public endpoint, function, or class with parameters, return types, and example calls… |
Code Documentation Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9 / month | — |
|
| ULTRA | $29 / month | — |
|