{"uid":"cap_jxFZtB0H8h-wRhmPpdkox","slug":"avedaris-querystring-parser-d5442ddf","name":"AveDaris Querystring Parser","description":"AveDaris is the economic coordination layer for autonomous software: discover, route, evaluate, procure, verify, and learn across agent services.","url":"https://api.avedaris.com/v1/paid/querystring-parse","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"query":{"type":"string","maxLength":32768}}},"responseSchema":{"type":"json","example":{"result":{"values":{"a":["1","2"],"b":["hello"]},"entries":[["a","1"],["a","2"],["b","hello"]]}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","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.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_Rk837os42deSfvc-9sG0S","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Parses a URL query string into structured key-value entries, preserving multi-value parameters","exampleAgentPrompt":"Can you parse this query string for me — 'a=1&a=2&b=hello' — and give me back all the key-value pairs including any repeated keys?","exampleUseCases":[{"title":"Extract params from incoming webhook URL","prompt":"I'm getting a webhook with this query string: 'event=click&user_id=42&source=email&source=push' — can you parse it out so I can see all the values including duplicates?"},{"title":"Debug malformed API request parameters","prompt":"I have this raw query string from a failed API call: 'filter=active&sort=desc&page=2&tags=foo&tags=bar&tags=baz' — parse it into structured key-value pairs so I can inspect what was sent."},{"title":"Process user redirect with encoded state","prompt":"A user just hit my callback URL with query string 'state=xyz123&code=abc&scope=read+write&scope=admin' — break that down into all its individual parameters for me."}],"resultDescription":"Returns a JSON object with two fields: 'values' (a map of each parameter key to an array of its values, supporting multi-value keys) and 'entries' (an ordered array of [key, value] pairs preserving the original sequence of parameters).","failureModes":["Empty or missing 'query' field may return an empty result or error","Extremely long query strings exceeding 32768 characters will be rejected","Malformed percent-encoding may cause parsing errors or unexpected output","Non-string input types will fail schema validation"],"whenToPreferThis":"Use this endpoint when you need reliable, structured parsing of URL query strings with correct multi-value parameter handling — especially when repeated keys (e.g. 'a=1&a=2') must be preserved as arrays rather than overwritten. Prefer this over ad-hoc string splitting when correctness and edge-case coverage matter, such as handling encoded characters, empty values, and key ordering.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:55:08.982Z","isFirstParty":false}