REST API Design Best Practices Generator
Design a RESTful API following industry best practices — resource naming, HTTP methods, status codes, paginati...
Prompts for REST API design, GraphQL schemas, API documentation, versioning strategies, rate limiting, and API-first development.
20 prompts found
Design a RESTful API following industry best practices — resource naming, HTTP methods, status codes, paginati...
Design a production GraphQL API — schema design, resolvers, dataloaders, subscriptions, and N+1 prevention.
Implement secure API authentication — OAuth 2.0, JWT, API keys, RBAC, and token refresh with security best pra...
Generate a complete OpenAPI 3.1 specification from requirements, then auto-generate typed client SDKs for mult...
Design a comprehensive API error handling system — error codes, structured logging, correlation IDs, and devel...
Build a production webhook system — event delivery, signature verification, retry logic, and subscriber manage...
Create API load testing scripts and performance benchmarks — k6, Artillery, or Locust with realistic scenarios...
Plan and execute API migrations — version transitions, backward compatibility, deprecation workflows, and zero...