[project_url]/api/shorturl/new and I will receive a shortened URL in the JSON response.{"original_url":"www.google.com","short_url":1}http(s)://www.example.com(/more/routes) format, the JSON response will contain an error like {"error":"invalid URL"}dns.lookup(host, cb) from the dns core module.
example: POST [project_url]/api/shorturl/new with Content-Type=x-www-form-urlencoded and param url=https://www.google.com
https://silvermedal.net