shorten given url
POST
/shortenerLast modified: 7 months ago
Request
Header Params
Content-Type
string
optional
Example:
application/json
Body Params text/plain
Example:{
"url": "https://docs.google.com/spreadsheets/d/1Q5dNXDnt5WrgOOOS1MMEnoyi7Jo0s2kq9hLnSnGK5S4/edit#gid=1891306809",
"validFrom": 0,
"validTill": 0
}
Request samples
Responses
shortened url returned(200)
Invalid input(400)
shortened url returned
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
string
optional
Example
"string"
Last modified: 7 months ago