--- title: FastAPI Image Processor emoji: 🖼️ colorFrom: indigo colorTo: blue sdk: docker app_file: app.py pinned: false license: mit --- # 📸 FastAPI Image Processor (Docker Space) Send a `POST` request to `/process-image` with an image file. The Space will return: - filename - width & height - format (e.g., JPEG, PNG) ## 🧪 Test locally ```bash curl -X POST http://localhost:7860/process-image \ -F "file=@example.jpg"