api
URL Encoder

How To Use

Endpoint

POST https://api.i-as.dev/api/url-encoder

Body Request

{
  "text": "string"
}

Response

{
    "text": "string",
    "encoded": "string"
}