Text Summarization
TextRank is an algorithm based on PageRank, which often used in keyword extraction and text summarization. PageRank (PR) is an algorithm used to calculate the weight for web pages. We can take all web pages as a big directed graph. In this graph, a node is a webpage. If webpage A has the link to web page B, it can be represented as a directed edge from A to B. PageRank was used by Google to rank…
Text Summarization endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Text Summarization /service/text-rank-summary |
Summarize a text using the Text Rank algorithm. |
Text Summarization pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10.99 / month | 250 / minute |
|
| ULTRA Recommended | $74.99 / month | 250 / minute |
|
| MEGA | $129.99 / month | 250 / minute |
|