{"uid":"cap_JHrWwZ0B2HrG5uJX7OtmJ","slug":"api-x402node-dev-6498688c","name":"Password Policy Validator","description":"Password policy validator, configurable rules, min length, uppercase, lowercase, digit, special, enterprise password policy check. Accepts payment on Base or Solana — either network works.","url":"https://api.x402node.dev/password/policy","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","properties":{"digit":{"type":"string","description":"Digit (optional)"},"lower":{"type":"string","description":"Lower (optional)"},"upper":{"type":"string","description":"Upper (optional)"},"special":{"type":"string","description":"Special (optional)"},"password":{"type":"string","description":"Password (optional)"},"minLength":{"type":"string","description":"MinLength (optional)"}}}},"additionalProperties":false}}},"responseSchema":null,"example":{"request":{"password":"MyP@ssw0rd!","minLength":10,"requireDigit":true,"requireLowercase":true,"requireUppercase":true,"requireSpecialChar":true},"response":{"_hint":"x402 paid endpoints for AI agents — x402node.dev (utilities) · cn402.com (Chinese culture)","valid":true,"policy":{"minLength":10,"requireDigit":true,"requireLower":true,"requireUpper":true,"requireSpecial":true},"violations":[]}},"exampleRequest":{"password":"MyP@ssw0rd!","minLength":10,"requireDigit":true,"requireLowercase":true,"requireUppercase":true,"requireSpecialChar":true},"tags":["x402"],"displayCostAmount":"0.0022","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.0022/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0022","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0022","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_-POPTNETcIkcH_ZeXSeRI","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.0022","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Validates a password against configurable enterprise-grade policy rules including minimum length, uppercase, lowercase, digit, and special character requirements","exampleAgentPrompt":"Check if the password 'MyP@ssw0rd!' passes our enterprise policy — minimum 10 characters, must have uppercase, lowercase, at least one digit, and one special character.","exampleUseCases":[{"title":"Verify new employee password meets company standards","prompt":"Can you check if the password 'TechCorp2024!' complies with our standard enterprise requirements? We need at least 12 characters, uppercase and lowercase letters, a number, and a special character."},{"title":"Validate user registration password before account creation","prompt":"I need to make sure the password 'SecureAccess#99' that a new user entered actually meets our security policy before we save their account. We require minimum 10 characters, mixed case, numbers, and symbols."},{"title":"Test password strength against custom security rules","prompt":"Run this password through our security check: 'P@ssw0rdTest123'. We want to enforce a 15 character minimum, uppercase, lowercase, digits, and at least two special characters for admin accounts."}],"resultDescription":"Returns whether the password passes or fails the configured policy, along with details on which specific rules (min length, uppercase, lowercase, digit, special character) were satisfied or violated.","failureModes":["Missing password input returns validation error","Invalid rule configuration (e.g. non-numeric min length) returns 400 error","Empty password string fails all rules","Payment failure returns 402 error"],"whenToPreferThis":"Use this endpoint when you need server-side password policy validation with configurable rules, especially for enterprise security workflows where specific character class and length requirements must be enforced programmatically without writing custom validation logic.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:47:19.649Z","isFirstParty":false}