{"uid":"cap_W20eVsb1dZKVhnRos0qih","slug":"delx-query-string-parse-9e6b842a","name":"Delx Query String Parse","description":"Parse query pairs and redact credential-like keys without fetching — call when parsing query pairs and redacting secret-like keys. Use on text/URLs the agent already holds—adjacent to high-volume extract demand, never advertised as general web or X search. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, web search, or media gen…","url":"https://api.delx.ai/api/v1/x402/query-string-parse","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"query":{"type":"string","description":"Raw query string or URL whose query pairs will be parsed."}}},"responseSchema":{"type":"json","example":{"pairs":[{"key":"q","value":"agents","redacted":false},{"key":"token","redacted":true},{"key":"page","value":"1","redacted":false}],"schema":"delx/util-query-string-parse/v1","pair_count":3,"values_may_be_redacted":true}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.003","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","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.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_aX-efWwBod-h3umx1XxNZ","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Parses query string pairs from a raw URL or query string and redacts credential-like keys, returning structured JSON","exampleAgentPrompt":"Parse the query string from this URL and redact any credential-like keys: 'https://example.com/search?q=hello&api_key=abc123&token=xyz789&page=2'","exampleUseCases":[{"title":"Sanitize API logs before storage","prompt":"I have this URL from our API logs: 'https://service.io/data?user=john&secret_key=s3cr3t&limit=50' — can you parse out all the query params and redact anything that looks like a secret or credential?"},{"title":"Extract search parameters from shared URL","prompt":"Pull apart the query parameters from this URL for me: 'https://shop.example.com/results?category=shoes&color=red&sort=price_asc&affiliate_token=tk_98765' and show me the key-value pairs, masking any token-like values."},{"title":"Debug malformed query string","prompt":"Can you parse this raw query string '?ref=campaign_01&utm_source=email&utm_medium=cpc&auth=Bearer+eyJhb' and tell me what keys and values are in it, redacting anything credential-looking?"}],"resultDescription":"A deterministic JSON object containing the parsed query parameter key-value pairs, with credential-like keys (e.g. api_key, token, secret) redacted, derived entirely from the supplied input string with no external fetching.","failureModes":["Malformed or missing query string returns empty or error JSON","Ambiguous key-value separators may cause incorrect parsing","Non-standard encoding (e.g. nested arrays, repeated keys) may be partially handled","Missing 'query' field in request body causes validation error"],"whenToPreferThis":"Use this endpoint when you already have a URL or query string in memory and need a deterministic, cheap, stateless parse with credential redaction — no network fetch, no external dependencies. Prefer it over regex-based parsing when you want structured JSON output and automatic masking of secret-like keys in a single step.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T18:56:45.839Z","isFirstParty":false}