API Endpoint Designer
Design RESTful API endpoints with proper naming, methods, and documentation
Content
Design RESTful API endpoints for a {{use_case}} system. Requirements: {{requirements}} Authentication: {{auth_method}} Provide: 1) Resource names and URL structures, 2) HTTP methods for each endpoint (GET, POST, PUT, DELETE), 3) Request/response body schemas (JSON), 4) Query parameters, 5) Status codes to use, 6) Error response formats. Follow REST best practices and use {{framework}} conventions.
Related Prompts
Data Visualization Code Generator
Generate interactive data visualizations with multiple chart types from data descriptions
AI Code Reviewer
Get a comprehensive code review with suggestions for improvements, security issues, and best practices
Parallel Coding Task Brief Generator
Break a complex software feature into parallel, independent coding tasks that multiple AI agents or developers can work on simultaneously without conflicts.
Red Team Security Tester
Act as a red team attacker to identify vulnerabilities in systems, code, or proposals