{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "phone-validation-x402-production-up-railway-app-api-validate-batch",
  "title": "Phone Validation \u00b7 Batch Phone Validator",
  "url": "https://phone-validation-x402-production.up.railway.app/api/validate/batch",
  "category": "tools",
  "summary": "Validate phone numbers in batches, returning validity status and formatting details for each number.",
  "seo": {
    "title": "Batch Phone Validation API \u2014 x402 Utility",
    "description": "Validate up to 50 phone numbers per batch for 0.025 USDC. Phone number format validation and reachability checking via x402."
  },
  "use_cases": [
    "Clean contact lists before SMS campaigns",
    "Validate user phone numbers at signup",
    "Check number reachability for voice integrations",
    "Batch process CRM data hygiene"
  ],
  "ideal_buyer": "Marketing automation platforms and CRM systems needing programmatic phone validation at scale.",
  "example_prompt": "Validate this list of 25 customer phone numbers for an upcoming SMS campaign",
  "example_request_body": {
    "phones": [
      "+1-555-123-4567",
      "+44-7700-900123",
      "555-987-6543"
    ]
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1.25,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6e8b64638b24c6d625b045dd353120d850064e2e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "25000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "phones"
            ],
            "properties": {
              "phones": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Array of phone numbers to validate (max 50)"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "total",
              "valid",
              "invalid",
              "results"
            ],
            "properties": {
              "total": {
                "type": "number",
                "description": "Total numbers validated"
              },
              "valid": {
                "type": "number",
                "description": "Count of valid numbers"
              },
              "invalid": {
                "type": "number",
                "description": "Count of invalid numbers"
              },
              "results": {
                "type": "array",
                "items": {
                  "type": "object"
                }
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-d9178599f694",
  "origin": {
    "slug": "phone-validation-x402-production-up-railway-app",
    "host": "phone-validation-x402-production.up.railway.app",
    "title": "Phone Validation x402 API",
    "description": "Validates phone numbers via x402 payment protocol on Base mainnet. Returns validation status for submitted phone numbers upon payment.",
    "url": "https://phone-validation-x402-production.up.railway.app",
    "favicon": "https://phone-validation-x402-production.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/phone-validation-x402-production-up-railway-app-api-validate-batch",
    "url": "https://x402all.com/resource/phone-validation-x402-production-up-railway-app-api-validate-batch",
    "name": "Phone Validation \u00b7 Batch Phone Validator",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/phone-validation-x402-production-up-railway-app-api-validate-batch",
      "@type": "Offer",
      "price": "0.025",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.025000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://phone-validation-x402-production.up.railway.app/api/validate/batch",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/phone-validation-x402-production-up-railway-app",
      "url": "https://phone-validation-x402-production.up.railway.app",
      "name": "Phone Validation x402 API",
      "@type": "Organization"
    },
    "identifier": "phone-validation-x402-production-up-railway-app-api-validate-batch",
    "description": "Validate up to 50 phone numbers per batch for 0.025 USDC. Phone number format validation and reachability checking via x402.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=phone-validation-x402-production-up-railway-app-api-validate-batch",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=phone-validation-x402-production-up-railway-app-api-validate-batch"
}
