agent402.tools Link Preview Card Generator is a paid API for AI agents from agent402.tools, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-13).
Fetches a URL and returns a normalized link preview card with OpenGraph/Twitter metadata, article description fallback, and standardized 1200×630 image
Bundled execution of the Link preview card workflow - The 'turn a URL into a card-shaped preview' workflow. Pull OpenGraph/Twitter card metadata, fetch the article body as a description fallback, normalize the og:image into a standard 1200×630 social card variant and a 400×400 square thumbnail, and extract URL/mention entities from the body for related-link surfacing. Five tools, one structured card payload ready for chat embeds, social shares, or RSS-to-card pipelines.
A structured link preview card object containing the page title, description (from og:description or article body fallback), normalized og:image at 1200×630 resolution, and other OpenGraph/Twitter card metadata extracted from the target URL.
POSThttps://agent402.tools/api/skill/link-previewUse this endpoint when you need a fully normalized, card-ready link preview (title, description, standardized 1200×630 image) from a single public URL, especially when you want automatic fallback from OpenGraph to article body content and image normalization built in — rather than writing custom scraping logic or calling multiple metadata APIs separately.
| Field | Type | Description |
|---|---|---|
| url | string | Public http(s) URL to build a preview card for (e.g. https://example.com/article) |
{
"type": "json",
"example": {
"args": {
"url": "https://example.com"
},
"pack": "link-preview",
"steps": [
{
"ok": true,
"slug": "meta",
"result": {}
},
{
"ok": true,
"slug": "extract",
"result": {}
},
{
"ok": true,
"slug": "image-resize",
"result": {}
},
{
"ok": true,
"slug": "image-thumbnail",
"result": {}
},
{
"ok": true,
"slug": "extract-entities",
"result": {}
}
],
"summary": "5/5 steps succeeded"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"