🔗
URL Encode / Decode
Percent-encode or decode a URL / query string.
encoder
API: POST /api/tools/url-encode
Input
Result
🔌 API Usage
POST /api/tools/url-encode
Content-Type: application/json
// Example body:
{
"text": "",
"mode": "encode"
}
Content-Type: application/json
// Example body:
{
"text": "",
"mode": "encode"
}