{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-dirtroad-dev-tools-string-utils-is-palindrome",
  "title": "Dirt Road \u00b7 Palindrome Checker",
  "url": "https://api.dirtroad.dev/tools/string-utils/is-palindrome",
  "category": "tools",
  "summary": "Check whether a string is a palindrome with strict or loose character matching options.",
  "seo": {
    "title": "Palindrome Checker API via x402 | Dirt Road",
    "description": "Pay-per-call string utility to check if text is a palindrome. $0.0001 USDC per call on Base. Strict or loose matching modes."
  },
  "use_cases": [
    "Validate palindrome patterns in text processing pipelines",
    "Filter content based on symmetric string properties",
    "Build word games and puzzle verification systems"
  ],
  "ideal_buyer": "Developers needing lightweight string validation utilities in pay-per-use workflows.",
  "example_prompt": "Check if 'racecar' is a palindrome using strict matching.",
  "example_request_body": {
    "str": "racecar",
    "strict": true
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.005,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x71dc0bc68e7f0e2c5aace661b0f3fb995a80aaf4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "100",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "is-palindrome (paid)",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST"
        },
        "output": {
          "type": "object",
          "required": [
            "str",
            "strict",
            "result"
          ],
          "properties": {
            "str": {
              "type": "string"
            },
            "result": {
              "type": "boolean"
            },
            "strict": {
              "type": "boolean"
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-d3e4505c54c2",
  "origin": {
    "slug": "api-dirtroad-dev",
    "host": "api.dirtroad.dev",
    "url": "https://api.dirtroad.dev",
    "favicon": "https://dirtroad.dev/mintlify-assets/_mintlify/favicons/dirtroaddev/hL1CxJhINP8GaPGW/_generated/favicon/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-dirtroad-dev-tools-string-utils-is-palindrome",
    "url": "https://x402all.com/resource/api-dirtroad-dev-tools-string-utils-is-palindrome",
    "name": "Dirt Road \u00b7 Palindrome Checker",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-dirtroad-dev-tools-string-utils-is-palindrome",
      "@type": "Offer",
      "price": "0.0001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.000100",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.dirtroad.dev/tools/string-utils/is-palindrome",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-dirtroad-dev",
      "url": "https://api.dirtroad.dev",
      "name": "api.dirtroad.dev",
      "@type": "Organization"
    },
    "identifier": "api-dirtroad-dev-tools-string-utils-is-palindrome",
    "description": "Pay-per-call string utility to check if text is a palindrome. $0.0001 USDC per call on Base. Strict or loose matching modes.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-dirtroad-dev-tools-string-utils-is-palindrome",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-dirtroad-dev-tools-string-utils-is-palindrome"
}
