{"uid":"cap_IAC2Tfy7fjaU6YK0IImb3","slug":"datavault-regex-matcher-eea97e5e","name":"DataVault Regex Matcher","description":"54 endpoints spanning local tools, live data feeds, and AI-powered text processing. Pay-per-call with USDC on Base.","url":"https://zetavault.vercel.app/api/regex","method":"POST","headers":{},"bodySchema":{"type":"object","required":["text","pattern"],"properties":{"text":{"type":"string"},"flags":{"type":"string"},"pattern":{"type":"string"}}},"responseSchema":{"type":"object","properties":{"data":{"type":"object"},"success":{"type":"boolean"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","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.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_fTSFqq5qUlN4z5NeXye__","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Applies a regular expression pattern to input text and returns match results, supporting optional regex flags","exampleAgentPrompt":"Run a regex match on this text — 'Contact us at support@example.com or sales@company.org' — using the pattern ([a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}) with the global flag 'g' to extract all email addresses.","exampleUseCases":null,"resultDescription":"Returns a JSON object with a 'success' boolean and a 'data' object containing the regex match results, such as matched substrings, capture groups, or match positions found in the input text.","failureModes":["Invalid regex pattern syntax returns an error","Missing required 'text' or 'pattern' fields returns a validation error","Payment failure (402) if USDC balance is insufficient","Regex execution timeout for catastrophically backtracking patterns","Empty match result if pattern does not match the text"],"whenToPreferThis":"Use this endpoint when you need server-side regex execution without relying on local code, or when building an agent pipeline that needs reliable pattern extraction from text as a discrete pay-per-call step. Prefer it over building custom code when regex matching is one step in a larger workflow.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:44:19.316Z","isFirstParty":false}