> Should I explain more? :)
yeah, a little bit :-)
Sounds to me like you are looking for an api call that actually
creates the short link's name (or a short hash or however we would
call it) for you -- is that right?
Also, would the API being called from a client's web browser, or your
server process? It makes a difference on the authentication side: a
server could use a username/password scheme, while a client-side API
will probably need a token based authentication. After all, if we
assume that all those users would not necessarily have user accounts
on your domain, you'd still want to be in control of who can create
these links
Best regards,
Jens