<li>qr: if you add this parameter you will get an base64 encoded QR code image</li>
<li>qr: if you add this parameter you will get an base64 encoded QR code image</li>
<li>apikey: you can add this argument, if you want to assign this link to your account.</li>
<li>apikey: you can add this argument, if you want to assign this link to your account.</li>
</ul>
</ul>
<p>example API call with curl: <i>curl -d "apikey={{apikey}}&short={{domain}}/example&long=http://example.com" -X POST {{url_scheme}}://{{domain}}/user/api</i>
<p>example API call with curl: <i>curl -d "{% if apikey %}apikey={{apikey}}&{% endif %}short={{domain}}/example&long=http://example.com" -X POST {{url_scheme}}://{{domain}}/user/api</i>
<h2>Responses from Server</h2>
<h2>Responses from Server</h2>
<p>The response from the server is always made in json format it includes the following arguments:</p>
<p>The response from the server is always made in json format it includes the following arguments:</p>