About this endpoint
What it does
Extracts metadata from the URL you provide and returns it in a JSON object. The response may include the source URL along with common metadata fields such as title, author, platform, reading time, publication date, and publication name.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | The URL to extract metadata from. |
Response
Returns a JSON object with url, title, author, platform, reading_time, publication_date, and publication_name string fields.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | No | The source URL that was processed. |
| title | String | No | The extracted title. |
| author | String | No | The extracted author. |
| platform | String | No | The platform associated with the URL. |
| reading_time | String | No | The estimated reading time. |
| publication_date | String | No | The publication date. |
| publication_name | String | No | The publication name. |