API Documentation

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.

POST /api/v1/shorten

Accepts a long URL and returns a short URL.

Parameters

Return Values

Format: json.

Example

Request:

curl -XPOST -d 'url=https%3A%2F%2Fgoogle.com%2F' 'https://hideuri.com/api/v1/shorten'

Response:

{"result_url":"https:\/\/hideuri.com\/jUxoXwq"}

Limits

100 calls per minute.