hideuri.com exposes its data via an Application Programming Interface (API), so developers can interact in a programmatic way with application.
This document is the official reference for that functionality.
Accepts a long URL and returns a short URL.
Format: json.
Request:
curl -XPOST -d 'url=https%3A%2F%2Fgoogle.com%2F' 'https://hideuri.com/api/v1/shorten'
Response:
{"result_url":"https:\/\/hideuri.com\/jUxoXwq"}
100 calls per minute.