About this endpoint
What it does
Summarizes the article at the provided URL and returns article metadata along with the generated summary.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | The article URL to summarize. |
Response
Returns a JSON object with url, title, author, summary, and publication string fields.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | No | The article URL that was summarized. |
| title | String | No | The article title. |
| author | String | No | The article author. |
| summary | String | No | The article summary. |
| publication | String | No | The publication or platform name. |