{% extends "base.html" %} {% block content %}
ShortMe's API will allow you to access ShortMe's URL shortening capabilities over API.
<Authorization: Bearer {token}> {
'short_url': shortme.biz/f3Jds,
'original_url': 'http://www.longurl.com',
'success':True
}
You can use ShortMe's API to track the total number of clicks your short URL received
{
'total': 2,
'short_url': 'shortme.biz/f3Jds',
'original_url': 'http://www.longurl.com',
'success': True
}