🔗

URL Encode / Decode

Percent-encode or decode a URL / query string.

encoder API: POST /api/tools/url-encode

Input

🔌 API Usage

POST /api/tools/url-encode
Content-Type: application/json

// Example body:
{
  "text": "",
  "mode": "encode"
}