curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/utils/get-metadataFetch Open Graph and social metadata for any URL
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/utils/get-metadata{
"title": "Example Page Title",
"description": "A brief description of the page.",
"siteName": "Example Site",
"url": "https://example.com/page",
"type": "article",
"locale": "en_US",
"charset": "utf-8",
"favicon": "https://example.com/favicon.ico",
"images": [
{
"url": "https://example.com/og-image.jpg",
"width": 1200,
"height": 630,
"type": "image/jpeg",
"alt": null
}
],
"videos": [],
"audio": [],
"twitter": {
"card": "summary_large_image",
"site": "@example",
"creator": null,
"title": "...",
"description": "...",
"images": [],
"players": []
},
"article": {
"publishedTime": "2025-01-01T00:00:00Z",
"modifiedTime": null,
"expirationTime": null,
"author": null,
"section": null,
"tag": null
},
"appLinks": { "ios": null, "android": null, "web": null },
"book": null,
"music": null,
"profile": null,
"jsonLd": null,
"requestUrl": "https://example.com/page",
"success": true
}
Extraction Failed — 422
{
"error": "Failed to extract metadata from the provided URL",
"code": "utils/metadata-extraction-failed"
}