API Endpoint Design
Design a scalable REST API with clear endpoint structure and documentation.
Prompt (feel free to adjust it):
Create a detailed design for a RESTful API for a task management application. Include endpoint paths, HTTP methods, request/response JSON formats, authentication (e.g., JWT), and error handling. Output the design in OpenAPI (Swagger) format, following REST best practices for scalability and clarity.
Use Cases
- Documenting APIs for developer onboarding
- Prototyping API structures for team review
- Building scalable backend systems