Shorten a New Link
Generate a new shortened link for yourself
Request Body
Name
Type
Description
Request JSON
{
"url": "https://www.example.com",
"publicId": "hello",
"password": "123456"
}{
"success": true,
"link": {
"publicId": "hello",
"analyticsId": "mICTFx"
},
"message": "Link created successfully"
}{
"success": false,
"message": "Missing required fields. URL"
}Possible errors
Last updated