{
  "format": "delx/intent-card/v1",
  "id": "extract-urls-api",
  "intent": "extract urls from text",
  "title": "Extract URLs API for agents",
  "description": "Pull every HTTP/HTTPS link out of a blob of text for $0.001 — link harvest for crawlers, mail digests, and chat logs.",
  "keywords": [
    "extract urls",
    "find links",
    "link harvest API",
    "URL parser for agents",
    "x402 urls"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/extract-urls-api",
  "machine_url": "https://commerce.delx.ai/intents/extract-urls-api.json",
  "recommendation": {
    "tool_name": "util_extract_urls",
    "service_name": "Delx Extract URLs",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/extract-urls",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {},
      "required": [
        "text"
      ],
      "additionalProperties": false
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/extract-urls -m POST -H 'x-delx-source: intent-card-extract-urls-api' --max-amount 0.001 -b '{}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-extract-urls-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/extract-urls"
  }
}
