Create Short URL
Endpoint examples
Password-Protected Links
Creates a new shortened URL for a given original URL. Optionally protect the link with a password.
POST
Create Short URL
Password-Protected Links
POST /api/shorten
Create a new short link that requires a password before it can be accessed.
Request
link_password(optional): If provided, the generated short link will require this password before redirecting.
Success Response
When a password-protected link is created:Error Responses
400– Missing fields403– Invalid credentials or out of tokens
Body
application/json

