We provide a simple REST API for logistics company developers sending SMS.
Example Request
curl --request GET \
--url 'https://api.tlnfo.co/create/?https://gomotive.com/' \
--header 'X-Api-Key: [YOUR_API_KEY_GOES_HERE]' \
--header 'accept: application/json'
curl -X POST https://api.tlnfo.co/create/
-H 'Content-Type: application/json'
-d '{"url":"https://app.gomotive.com/en-US/#/fleetview/map","tracking": true}'
Response
{
"created" : "2022-12-17 01:34:00"
"short": "https://tlnfo.co/k"
}
Contact us with your use case and we will provide you with an API key.
Request an API Key