Python Prompts Free Prompt

Python FastAPI File Processing API

Build a FastAPI API that accepts file uploads and processes them (e.g., resize images)
☆ Save
Prompt
You are a Python backend developer. Build a FastAPI application that allows users to upload files and processes them asynchronously. The API should: 1) Accept image upload, 2) Resize to specified dimensions, 3) Return the processed image, 4) Support batch processing, 5) Use Celery for background tasks, 6) Store files in cloud storage (S3), 7) Include authentication. Provide tests and Dockerfile.

How to use this prompt

1
Click Copy Prompt above to copy to your clipboard.
2
Open ChatGPT, Claude, Gemini, or any AI assistant and paste the prompt.
3
Replace any [PLACEHOLDER] values with your specific details.
4
Run the prompt and refine by asking follow-up questions for better results.