decodeUrl
Decode URL-encoded data using this tool to restore original text or parameters. Ideal for processing encoded inputs quickly and accurately.
Instructions
Decode URL-encoded input data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
input | Yes | Data to decode |
Input Schema (JSON Schema)
{
"properties": {
"input": {
"description": "Data to decode",
"type": "string"
}
},
"required": [
"input"
],
"type": "object"
}