title: AI Content Summariser API | |
emoji: π | |
colorFrom: blue | |
colorTo: indigo | |
sdk: docker | |
app_port: 7860 | |
pinned: false | |
license: mit | |
# AI Content Summariser API | |
This is the backend API for the AI Content Summariser, a tool that automatically generates concise summaries of articles, documents, and web content using natural language processing. | |
## API Endpoints | |
- POST /api/summarise - Summarize text content | |
- POST /api/summarise-url - Extract and summarize content from a URL | |
## Features | |
- Text summarization using state-of-the-art NLP models | |
- URL content extraction and summarization | |
- Adjustable parameters for summary length and style | |