{"uid":"cap_0TSObNcyB_wGkdOUbKl0n","slug":"pennyrail-url-decode-decodeuricomponent-7ea89197","name":"PennyRail URL Decode (decodeURIComponent)","description":"Machine-readable settlement service","url":"https://pennyrail.vercel.app/api/p/nano/encoding.url-decode--decode-uri-component","method":"POST","headers":{},"bodySchema":{"type":"object","required":["input"],"properties":{"input":{"type":"string"}}},"responseSchema":{"type":"object","additionalProperties":true},"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_of6TDhNuhH-mUg0KB7xUk","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":"Decodes a percent-encoded URL string using the decodeURIComponent algorithm, returning the fully decoded string","exampleAgentPrompt":"Decode this URL-encoded string for me: 'Hello%20World%21%20How%27s%20it%20going%3F' — I need the plain readable text.","exampleUseCases":[{"title":"Decode query parameter from web log","prompt":"I pulled this query string from our server logs and it's percent-encoded — can you decode 'search%3Dlaptop%26brand%3DApple%26price%3C%3D1000' so I can read it properly?"},{"title":"Unescape encoded redirect URL","prompt":"I have this redirect URL that came back encoded: 'https%3A%2F%2Fexample.com%2Fpath%3Ffoo%3Dbar' — can you decode it into a normal readable URL?"},{"title":"Parse encoded form submission value","prompt":"A form submission came in with the email field set to 'john.doe%40example.com%2Btest' — please decode that so I can extract the actual email address."}],"resultDescription":"Returns an object containing the decoded string result — the percent-encoded input converted back to its original plain-text representation, with all escape sequences like %20, %3D, %26, etc. resolved to their corresponding characters.","failureModes":["Malformed percent-encoding (e.g. incomplete escape like %2) may result in an error or partial decode","Input that is already plain text with no encoding may pass through unchanged","Very long input strings may hit payload size limits","Invalid UTF-8 sequences in encoded input may cause decoding errors"],"whenToPreferThis":"Use this endpoint when you need a quick, pay-per-call decodeURIComponent operation without setting up a local runtime — ideal for AI agents, serverless pipelines, or no-code workflows that receive percent-encoded strings from web requests, logs, or APIs and need them decoded on the fly.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T07:21:55.320Z","isFirstParty":false}