About this endpoint
What it does
Extracts metadata from the URL you provide and returns the discovered page/article fields in a JSON object.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | The URL to extract metadata from. |
Response
Returns a JSON object containing metadata fields about the supplied URL. The response wrapper includes the url string plus optional string fields for title, author, platform, reading_time, publication_date, and publication_name.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | No | The URL that metadata was extracted from. |
| title | String | No | The page or article title. |
| author | String | No | The content author. |
| platform | String | No | The publishing platform. |
| reading_time | String | No | The estimated reading time. |
| publication_date | String | No | The publication date/time as a string. |
| publication_name | String | No | The name of the publication. |