DEVELOPER API

This page is for software developers who want to integrate the BacklinkTool API into their own software or service!

Integrating our API into your products will only benefit You and Your customers for even more Automation, time saving and ease of use!

The API provides an easy interface for programmers to embed BacklinkTool functions in their own programs or online services directly. The API is very easy to use - it uses HTTP Requests to receive Your commands, process them and return You a result.

API URL

https://backlinktool.io/post.php

POST METHOD

You Must use HTTP POST Method only when communicating with our API

AVAILABLE VARIABLE

url - This is a string collection of all URLs that will be sent to our system. Post all the urls (each url in a different line)

API RESPONSES

Ok - Returned if everything went smooth on a Links Submission Query

Error - Returned upon encountering an error.

CODE EXAMPLE


<form action="https://backlinktool.io/post.php" method="post">

<div class="textarea-container">
<textarea class="form-control" id="url" name="url" rows="8" cols="80" placeholder="Enter all URLs here with line break between each URL with http/https" required></textarea>
</div>
<br>
<input type="submit" name="submit" value="Process Now" class="btn btn-primary btn-round btn-lg">
</form>

Having problems implementing Your code to use with Our API? You discovered a bug in our API? Contact Us