generate_express_api_routes
Generate Express RESTful API routes with built-in validation and OpenAPI documentation. Provide resource names to create CRUD endpoints, with optional API versioning.
Instructions
Generate RESTful API routes with validation and OpenAPI docs (Pro feature)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| resources | Yes | Resource names for CRUD routes | |
| versioned | No | Use API versioning |