Get URL Metadata
Utils
Get URL Metadata
Fetch Open Graph and social metadata for any URL
GET
Get URL Metadata
Fetches Open Graph, Twitter Card, and other structured metadata for a given URL. Results are cached in Redis for 24 hours to avoid repeated fetches. Useful for building link previews in comments or entity editors.
Requires an authenticated user.
Rate limit: 30 requests per 5 minutes.
All fields are nullable — the response always has the same shape regardless of which tags the target URL exposes.
Returned when the URL is reachable but no metadata could be extracted.
Query Parameters
The URL to fetch metadata for. Must be a valid HTTP/HTTPS URL.
Response
Error Responses
Extraction Failed — 422
Extraction Failed — 422

