About this endpoint
What it does
Fetches an article from the provided URL and returns a JSON object containing the article URL plus summarized article metadata and summary text.
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. |
| title | String | No | The article title. |
| author | String | No | The article author. |
| summary | String | No | The generated summary of the article. |
| publication | String | No | The publication or source name. |