File size: 653 Bytes
076e53d
 
 
 
 
 
 
 
 
 
 
9cf5fee
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
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