{
  "format": "delx/intent-card/v1",
  "id": "open-graph-api",
  "intent": "read Open Graph and social preview metadata from a URL",
  "title": "Read Open Graph metadata for agents",
  "description": "Return bounded Open Graph and social-preview fields from one public URL for $0.01 so agents can describe a page before opening it.",
  "keywords": [
    "Open Graph API",
    "social preview metadata",
    "og:title og:image",
    "link unfurl API",
    "x402 open graph"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/open-graph-api",
  "machine_url": "https://commerce.delx.ai/intents/open-graph-api.json",
  "recommendation": {
    "tool_name": "util_open_graph",
    "service_name": "Delx Open Graph",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/open-graph",
    "price_usdc": "0.01",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string",
          "description": "HTTP or HTTPS URL to fetch"
        },
        "timeout": {
          "type": "integer",
          "description": "Timeout in seconds (1-15)",
          "default": 8,
          "minimum": 1,
          "maximum": 15
        }
      },
      "required": [
        "url"
      ]
    },
    "example_input": {
      "url": "https://example.com"
    },
    "example_output": {
      "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": {}
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/open-graph -m POST -H 'x-delx-source: intent-card-open-graph-api' --max-amount 0.01 -b '{\"url\":\"https://example.com\"}'",
      "max_amount_usdc": "0.01"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-open-graph-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/open-graph"
  }
}
