๐Ÿท๏ธ Metadata Extraction API

Extract title, description, Open Graph tags, Twitter cards, favicon, and canonical URL from any webpage.

Endpoint

POST https://api.16761.tech/metadata

Example

curl -X POST https://api.16761.tech/metadata \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://github.com"}'

Parameters

FieldTypeRequiredDescription
urlstringโœ…URL to extract metadata from
Get Free API Key โ†’