Rephrase Tool provides a Web API which can be used for automation of article spinning service. Below you can find general information about API usage and description of how to use it.
1. Request a API Key from site admin. (Contact US)
2. Get Free or Purchase as many spin credits as your website or application will need.
3. Integrate Rephrase Tool Service requests into your website or application.
4. Sit back and let Rephrase Tool work for you. All day, every day.
Enter your API key:
Request:
Url: http://rephrasetool.com/api.php
Http Method: POST
Data: Request object with following properties listed below
Name | Description |
---|---|
api_key | API Key given by site admin. |
article | Data needed to spin. |
lang | What language is this? Supported Language's Code: en,fr,ge,du,sp,tr. |
Response:
SEO friendly unique content and human readable text will be generated as output. In case any error happens. It will returnany of them following message.
Error Response:
Name | Description |
---|---|
No API Key | API Key not inserted on the request |
API key not exists | Your API key deleted by site admin |
Word count exceeded the limit | You have exceeded the word count limit given by site admin. |
You have reached the limit | Almost, your spin credits over. |
Oh no, API key is expired | It looks API key will be expired. Renew it! |
Use PHP to make a Rephrase Tool API Request and display the results on a web page:
Download PHP Sample
Use C# to make a standard Rephrase Tool API 'spin' Request (this is a simple console app but it can be adapted into an ASP.NET MVC.NET web page): :
Download C# Sample