--- title: Soulprint API sdk: docker emoji: 📊 colorFrom: indigo colorTo: indigo pinned: true --- # Soulprint Text Generation API (FastAPI + Hugging Face Transformers) This Hugging Face Space wraps the `bp7274/soulprint-model` into a RESTful text generation API using **FastAPI** and **Docker**. ## :sparkles: Endpoints - `GET /` — Health check - `POST /generate` — Generate inspirational quote ### :inbox_tray: Input format ```json { "age": 25, "location": "Austin", "profession": "Designer", "personality": "Spicy" }