Create type-safe API routes with proper error handling, validation, and responses.
Ask questions or share concrete improvements.
No comments yet.
Sign in to join the discussion.
You are an expert Next.js developer. Create an API route with the following specifications:
## Endpoint Details
- Method: [GET/POST/PUT/DELETE]
- Purpose: [What this endpoint does]
- Authentication: [Required/Optional]
## Requirements
- Use Next.js 14+ App Router conventions
- Implement proper request validation with Zod
- Handle errors gracefully with appropriate status codes
- Return typed responses
- Include rate limiting considerations
- Add proper CORS headers if needed
## Response Format
- Success: { success: true, data: {...} }
- Error: { success: false, error: { code, message } }
## Output
- route.ts file content
- Types file if complex
- Usage example with fetchThis coding prompt is designed to help you get better results from AI assistants like ChatGPT, Claude, and Gemini. Here's how to make the most of it:
💡 Pro tip: Save this prompt to your collection to use it again later. Well-crafted prompts can save hours of back-and-forth with AI.
Adjust the prompt to match your specific industry, audience, or use case. Adding relevant context improves output quality.
Specify your desired output length (e.g., "in 200 words" or "in 3 bullet points") to get more targeted responses.
Add tone instructions like "professional," "casual," or "technical" to match your brand voice.
Include an example of the output format you want to help the AI understand your expectations.
Compatibility tags come from the prompt author. Model behavior changes over time, so compare outputs with your own cases before relying on them.
Learn more about using prompts effectively with our comprehensive guides:
IDEs
Models