About this endpoint
What it does
Analyzes an article available at a web page URL and returns article metadata and content-analysis fields derived from that page.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | The web page URL to analyze. |
Response
Returns a JSON object with article analysis fields including url (string), entities (object), seo_score (integer), content_type (string), reading_level (string), emotional_tone (string), and quality_signals (object).
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | No | The analyzed web page URL. |
| entities | Object | No | Named entities extracted from the article. Includes people, locations, and organizations arrays of strings. |
| entities.people | String Array | No | People mentioned in the article. |
| entities.locations | String Array | No | Locations mentioned in the article. |
| entities.organizations | String Array | No | Organizations mentioned in the article. |
| seo_score | Integer | No | The article's SEO score. |
| content_type | String | No | The article's content type. |
| reading_level | String | No | The article's reading level. |
| emotional_tone | String | No | The article's emotional tone. |
| quality_signals | Object | No | Article quality signals. Includes clarity, engagement, and originality fields. |
| quality_signals.clarity | String | No | The clarity signal. |
| quality_signals.engagement | String | No | The engagement signal. |
| quality_signals.originality | String | No | The originality signal. |