TextReduce

Term-frequency sentence summarizer

30%

API Usage

Use URL parameters to summarize text directly:

?text=Your+text+here&pct=30

# Parameters:
  text  - URL-encoded text to summarize (required)
  pct   - Percentage of sentences to keep (0-100, default 30)
  raw   - Set to "1" for plain text output only

# Examples:
  ?text=Hello.+This+is+a+test.&pct=50
  ?text=Hello.+This+is+a+test.&pct=50&raw=1