Create Short URL
Endpoint examples
Shorten URL
Creates a new shortened URL for a given original URL. Optionally protect the link with a password.
POST
Create Short URL
Shorten URL
POST /api/shorten
Create a new short link.Optionally, you can protect the link with a password.
Request
link_password(optional) – If provided, the generated link will require this password to access.
Success Response
Without password:Error Responses
400– Missing fields403– Invalid credentials or out of tokens
Body
application/json

