InputPOST /api/v1/x402/open-graph
{
"url": "https://example.com"
}
Web and API intelligence · data
Extract Open Graph and Twitter card fields to preview how a URL will render (x402)
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/open-graph -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"url":"https://example.com"}'
{
"url": "https://example.com"
}
{
"tool_name": "util_open_graph",
"result": {
"title": "Example Domain",
"description": "Illustrative example site for docs and testing.",
"image": "",
"site_name": "Example",
"open_graph": {
"og:title": "Example Domain"
},
"twitter": {}
}
}
Machine-readable evidence