Real Spinner API
The Real Spinner API enable you to customize the spin articles. Consisting of just a simple HTTP GET request, you can be up and running in minutes.
Spinning Articles
| Parameter | Required / Optional | Description |
|---|---|---|
| key | Required | API key found at dashboard of account |
| article | Required | Article to spin |
| action | Optional | spin or credits, spin is default value |
| ignorelist | Optional | Ignore list, each word seperated by comma (,) |
| type | Optional | xml or json, xml is default value |
| Example |
|---|
| http://www.realspinner.com/api/?key=YOUR_KEY&action=spin&type=xml&article=hi+my+name+is+john&ignorelist=john,hi |
Getting Credits
| Parameter | Required / Optional | Description |
|---|---|---|
| key | Required | API key found at dashboard of account |
| action | Optional | spin or credits, spin is default value |
| type | Optional | xml or json, xml is default value |
| Example |
|---|
| http://www.realspinner.com/api/?key=YOUR_KEY&action=credits&type=xml |