...
Search Tools
Search for a command to run...
URL Encoder
Encode text for use in URLs by converting special characters to their percent-encoded equivalents.
Use with cURL
You can also use this functionality directly via the API endpoint with cURL commands.
cURL Command:
curl -X POST "https://all-tools.app/api/url-encoder" -H "Content-Type: application/json" -d "{\"text\":\"Hello World\"}"