Our API makes it possible for webmasters to directly crypt their links from their website.
To be able to use the API you need to have coding-knowledge.
API für registrierte User zeigen
API für nicht-registrierte User zeigen
Click here for more functions & examples
For not-registered users:
The following data has to be sent by POST to our API:
URL: http://linksave.in/protect?api=TRUE
Field name: Value:
*protect = TRUE
*links = [Links] (seperated each by a line break \n)
mirrors[] = [Mirrorlinks] (seperated each by a line break \n)
foldername = [Name of the folder]
myprotection = container_js (Container and webprotection)
= container_plain (Container and premiumlinks)
= container (only container)
= plain (only premiumlinks)
= js (only Webprotection)
container_types = rsdf ccf and/or dlc (not seperated)
container_name = [Filename for the containers] (if empty then foldername)
advertisement = banner
bannerurl = [Bannerurl] (URL to bannerpicture)
bannerlink = [Bannerlink] (Link banner with this URL)
location = captchaseite (Show banner on captchapage)
= frame (Show banner in hosterframe)
= unten (Show banner below the links)
= oben (Show banner above the links)
adminpassword = [Adminpassword] (if empty then random password)
visitorpassword = [Password to visit the folder]
description = [Description of the folder contents]
cover = [Describing picture of the folder contents]
website = [URL to your website]
captcha = on or off
notify = 1 or 0 (Notification if files are offline)
email = [E-mail-address for notifications]
* = Required
For registered users:
The following data has to be sent by POST to our API:
URL: http://linksave.in/protect?api=[Username]:[Password]
Field name: Value:
*protect = TRUE
*links = [Links] (seperated each with a line break \n)
mirrors[] = [Mirrorlinks] (seperated each with a line break \n)
foldername = [Name of the folder]
myprotection = container_js (Container and webprotection)
= container_plain (Container and premiumlinks)
= container (only container)
= plain (only premiumlinks)
= js (only Webprotection)
container_types = rsdf ccf and/or dlc (not seperated)
container_name = [Filename for the containers] (if empty then foldername)
category = [name or number of the cateorgy, in which the folder will
be moved; 0 for no category]
advertisement = banner, mirror or layer
mirror = [Mirrorurl]
bannerurl = [Bannerurl] (URL to bannerpicture)
bannerlink = [Bannerlink] (Link banner with this URL)
location = captchapage (Show banner on captchapage)
= frame (Show banner in hosterframe)
= down (Show banner below the links)
= up (Show banner above the links)
= right (Show banner right next to the links)
adminpassword = [Adminpassword] (if empty then random password)
visitorpassword = [Password to visit the folder]
description = [Description of the folder contents]
cover = [Describing picture of the folder contents]
website = [URL to your website]
captcha = on or off
notify = 1 or 0 (Notification if files are offline)
email = [E-mail-address for notifications]
* = Required
------------
Improtant:
If you leave one or more fields empty,
the corresponding value from your userCP-settings will apply.
Return values:
Standard = http://linksave.in/[Folder-ID]
On error(s) = ERROR
[Exact Errormessage(s)] (seperated each by |)
Back