{
  "format": "delx/intent-card/v1",
  "id": "transfer-encoding-check-api",
  "intent": "Transfer Encoding Check for an agent workflow",
  "title": "Transfer Encoding Check API for agents",
  "description": "Transfer Encoding Check: Transfer Encoding Check checks transfer-coding order and whether chunked appears only last from bounded caller-supplied values without an external provider. Call Transfer Encoding Check 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 Transfer Encoding Check 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": [
    "Transfer Encoding Check API",
    "Transfer Encoding Check for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/transfer-encoding-check-api",
  "machine_url": "https://commerce.delx.ai/intents/transfer-encoding-check-api.json",
  "recommendation": {
    "tool_name": "util_transfer_encoding_check",
    "service_name": "Transfer Encoding Check",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/transfer-encoding-check",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "header": {
          "type": "string",
          "maxLength": 8192,
          "description": "Header supplied to Transfer Encoding Check; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "header"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "header": "gzip, chunked"
    },
    "example_output": {
      "schema": "delx/util-transfer-encoding-check/v1",
      "operation": "web_reliability:transfer_encoding_check",
      "status": "pass",
      "result": {
        "codings": [
          "gzip",
          "chunked"
        ],
        "chunked_last": true
      },
      "evidence": {
        "input_sha256": "d6676b1fa151e91d9e82973a7a1385d55e325258b6e169eb78e0b287fb421903",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/transfer-encoding-check -m POST -H 'x-delx-source: intent-card-transfer-encoding-check-api' --max-amount 0.001 -b '{\"header\":\"gzip, chunked\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-transfer-encoding-check-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/transfer-encoding-check"
  }
}
