{
  "format": "delx/intent-card/v1",
  "id": "html-meta-refresh-parse-api",
  "intent": "Html Meta Refresh Parse for an agent workflow",
  "title": "Html Meta Refresh Parse API for agents",
  "description": "Html Meta Refresh Parse: Html Meta Refresh Parse parses bounded meta-refresh delay and target URL from bounded caller-supplied values without an external provider. Call Html Meta Refresh Parse before accepting, caching, redirecting, or retrying a caller-supplied web response. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for Html Meta Refresh Parse as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Evaluates only caller-supplied metadata; it performs no DNS lookup, HTTP request, web search, credential use, or persistent storage. Advisory output only; the buyer owns authorization, payment policy, and production decisions.",
  "keywords": [
    "Html Meta Refresh Parse API",
    "Html Meta Refresh Parse for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/html-meta-refresh-parse-api",
  "machine_url": "https://commerce.delx.ai/intents/html-meta-refresh-parse-api.json",
  "recommendation": {
    "tool_name": "util_html_meta_refresh_parse",
    "service_name": "Html Meta Refresh Parse",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/html-meta-refresh-parse",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "content": {
          "type": "string",
          "maxLength": 8192,
          "description": "Content supplied to Html Meta Refresh Parse; used only for this bounded calculation and processed in memory without retention."
        },
        "base_url": {
          "type": "string",
          "maxLength": 8192,
          "description": "Base URL supplied to Html Meta Refresh Parse; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "content",
        "base_url"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "content": "5; url=/login",
      "base_url": "https://example.com/start"
    },
    "example_output": {
      "schema": "delx/util-html-meta-refresh-parse/v1",
      "operation": "web_reliability:html_meta_refresh_parse",
      "status": "pass",
      "result": {
        "delay_seconds": 5,
        "target_url": "https://example.com/login"
      },
      "evidence": {
        "input_sha256": "8cbdc3fe25d5d5f8eab265aca7deadc5d12d56ba7d562d20bea5478d4c992b47",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/html-meta-refresh-parse -m POST -H 'x-delx-source: intent-card-html-meta-refresh-parse-api' --max-amount 0.001 -b '{\"content\":\"5; url=/login\",\"base_url\":\"https://example.com/start\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-html-meta-refresh-parse-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/html-meta-refresh-parse"
  }
}
