| title: WheelSpin GIF Generator | |
| emoji: 🎡 | |
| colorFrom: yellow | |
| colorTo: red | |
| sdk: docker | |
| pinned: false | |
| # WheelSpin GIF Generator API | |
| Genera GIF animate di una ruota che gira con opzioni personalizzate. | |
| ## Endpoint | |
| ### `GET /spin` | |
| **Query Parameters:** | |
| - `segments` (required, ripetibile): Le opzioni della ruota | |
| - `size` (optional, default 500): Dimensione immagine in pixel | |
| **Esempio:** | |
| ``` | |
| GET /spin?segments=Pizza&segments=Sushi&segments=Burger | |
| ``` | |
| **Risposta:** GIF animata (`image/gif`) | |