--- title: Summarizer emoji: 💻 colorFrom: gray colorTo: red sdk: docker pinned: false --- # 🚀 BART Summarization API This Hugging Face Space runs a FastAPI server with BART (facebook/bart-large-cnn) for text summarization. ## 🛠 How to Use ### 🔹 Make a Request ```sh curl -X POST https://your-space-name.hf.space/summarize/ \ -H "Content-Type: application/json" \ -d '{"inputs": "Your text here"}'