Turbo Spinner API
Turbo Spinner 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.
How to:
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 Turbo Spinner Service requests into your website or application.
4. Sit back and let Turbo Spinner work for you. All day, every day.
Check your API credit
Enter your API key:
Operation: To Spin
Request:
Url: https://turbospinner.pro/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 return
any 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! |
API Sample:
Use PHP to make a Turbo Spinner API Request and display the results on a web page:
Download PHP Sample
Use C# to make a standard Turbo Spinner 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