Microservice for scraping HTML metadata and proxying media.
GET /
Responds with the server status.
| name | description |
|---|---|
| version | The server version. |
| description | Purpose of the server. |
GET /metadata
Scrapes the metadata at a specific URL.
| name | description |
|---|---|
| url | The URL of an HTML document to process. |
| name | description |
|---|---|
| url | The URL of the processed page, taking into account redirects and proper formatting. |
| title | The title of the processed HTML document. |
| description | The description for the processed HTML document. |
| image | The URL of the OpenGraph image. |
| favicon | The URL of the website favicon. |