Extract title, description, Open Graph tags, Twitter cards, favicon, and canonical URL from any webpage.
POST https://api.16761.tech/metadata
curl -X POST https://api.16761.tech/metadata \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://github.com"}'
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | โ | URL to extract metadata from |