Language
/v1/url/decode
Converts a percent-encoded string back to its original form. Decodes %20 to spaces, %26 to &, and all other RFC 3986 escape sequences.
The percent-encoded string to decode.
curl -X POST https://api.botoi.com/v1/url/decode \ -H "Content-Type: application/json" \ -d '{"text":"hello%20world%20%26%20goodbye%3Dtest"}'
Decode percent-encoded URLs found in server logs to make them human-readable for debugging.
Decode the state or redirect_uri parameter from an OAuth callback before routing the user.
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.