urlize
POST {{url}}/encode
This endpoint will encode your original url into a new catURL, returning the new path.
For example, try submitting https://www.getQodex.com
as the originalUrl
in the request body. The response is a json object containing a catpath
composed of cat words and emojis like "stalk.sleepy-bombay-scratch.whisker"
. You can also review the saved example.
Now change the value of originalUrl
to a different URL, hit send, and inspect the response.
Request Body
[{"name"=>"originalUrl", "value"=>"https://www.getpostman.com", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"error":null,"catpath":"meow-saunter.paw.scratch.yawn"}