WARNING: This version of the API is deprecated and left for backward compatibility, so it will not receive updates, only critical bugs are fixed. Please migrate to version i1.

Live demo

All API methods require that public API key and/or private API key be supplied as query arguments. You can find your keys on the API page of the JotURL back office.

Check the authentication type of each API method, login means you need only the public API key, key means that you have to provide both public API key and private API key; furthermore, you have to use HTTPS when calling methods with key authentication.

In this page you can find some examples (Objective-C / iOS, PHP, Windows 8 Metro Style App - C#) on how to use the JotURL API.

Interactive demo

URL
API methods

Basic methods

Advanced methods

URL Hub

Output format
HTTP method
Public API key
Private API key
Controller URL
Short URL
Condition
Password
(max 15 chars)
Valid from
(YYYY-MM-DD HH:MM)
Valid to
(YYYY-MM-DD HH:MM)
URL to be used after expiration
Delete short URL after expiration
Long URL
Alias
Domain
URL group
WARNING: this API method requires HTTPS!

URL (GET)

Response

Objective-C / iOS example code

PHP example code

Windows 8 Metro Style App - C# example code