Getting started
Welcome to the JotURL API! This is the right place to find information on how to programmatically interact with the JotURL interface.
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.