Spaces:
Sleeping
Sleeping
| title: test-api-docker | |
| emoji: ๐ | |
| colorFrom: gray | |
| colorTo: indigo | |
| sdk: docker | |
| pinned: false | |
| FastAPI Docker Space. Endpoints: | |
| - `/` basic message | |
| - `/healthz` health check | |
| - `/docs` Swagger UI | |
| - `POST /upload` (form-data: file=@yourfile) | |
| The app binds to `0.0.0.0` and uses `$PORT` (defaults to 7860). | |