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
API Integration Architect
Build production-ready API integrations with authentication, error handling, and retry logic
AI Code Reviewer
Get comprehensive code review with AI-powered suggestions for improvements
Agentic Code Architect
Design autonomous AI agent systems for complex tasks
SQL Query Performance Optimizer
Analyze and optimize SQL queries for better performance with index suggestions and query restructuring.