playground_renderer
Render an interactive HTML API playground for a list of endpoints. Returns self-contained HTML with try-it-out forms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Playground title | |
| base_url | No | Base URL for requests | |
| endpoints | Yes | Array of {method, path, summary, parameters?, requestBody?} |