{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "flows-litprotocol-com-api-flows-identity-verify-invoke",
  "title": "Lit Protocol \u00b7 Identity Verification",
  "url": "https://flows.litprotocol.com/api/flows/identity-verify/invoke",
  "category": "tools",
  "summary": "Validate identity attributes including email verification, phone validation, name parsing, and address standardization in a unified flow.",
  "seo": {
    "title": "Lit Protocol Identity Verify API | x402 KYC Tools",
    "description": "Verify identity data: name, email, phone, address validation. Programmable KYC flow via Lit Protocol. x402: $0.10 USDC. Base chain."
  },
  "use_cases": [
    "Verify customer email and phone for onboarding",
    "Standardize address formats for shipping",
    "Validate identity components before service access",
    "Build progressive KYC with modular verification steps"
  ],
  "ideal_buyer": "Fintech applications, marketplace platforms, and compliance workflows needing programmable identity verification.",
  "example_prompt": "Verify the identity for name Jane Smith, email jane@example.com, phone 4155551234, and address 123 Main St, San Francisco, CA 94105.",
  "example_request_body": {
    "name": "Jane Smith",
    "email": "jane@example.com",
    "phone": "4155551234",
    "address": "123 Main St, San Francisco, CA 94105"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive",
    "ratio": 5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9aeb862ebc6f538c6883959ed0754105eaa0a026",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [],
            "properties": {
              "name": {
                "type": "string",
                "description": "Full name (e.g. \"Jane Smith\") or object with {first, last}"
              },
              "email": {
                "type": "string",
                "description": "Email address to verify"
              },
              "phone": {
                "type": "string",
                "description": "Phone number, digits only (e.g. \"4155551234\")"
              },
              "address": {
                "type": "string",
                "description": "Address as a string (e.g. \"123 Main St, San Francisco, CA 94105\") or object {line1, city, state, zip, country}"
              }
            }
          },
          "method": "POST"
        },
        "output": {
          "type": "object",
          "required": [
            "code",
            "description"
          ],
          "properties": {
            "code": {
              "type": "object"
            },
            "description": {
              "type": "object"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "flows-litprotocol-com",
    "host": "flows.litprotocol.com",
    "title": "Lit Protocol Flows: Monetize Agent-Callable Code",
    "description": "A platform for developers to publish code that AI agents can discover and call. Hosts x402-payable endpoints where agents pay per execution.",
    "url": "https://flows.litprotocol.com",
    "favicon": "https://flows.litprotocol.com/favicon.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/flows-litprotocol-com-api-flows-identity-verify-invoke",
    "url": "https://x402all.com/resource/flows-litprotocol-com-api-flows-identity-verify-invoke",
    "name": "Lit Protocol \u00b7 Identity Verification",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/flows-litprotocol-com-api-flows-identity-verify-invoke",
      "@type": "Offer",
      "price": "0.1",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.100000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://flows.litprotocol.com/api/flows/identity-verify/invoke",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/flows-litprotocol-com",
      "url": "https://flows.litprotocol.com",
      "name": "Lit Protocol Flows: Monetize Agent-Callable Code",
      "@type": "Organization"
    },
    "identifier": "flows-litprotocol-com-api-flows-identity-verify-invoke",
    "description": "Verify identity data: name, email, phone, address validation. Programmable KYC flow via Lit Protocol. x402: $0.10 USDC. Base chain.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=flows-litprotocol-com-api-flows-identity-verify-invoke",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=flows-litprotocol-com-api-flows-identity-verify-invoke"
}
