Article Rewriter and Article Extractor API
The API lets you extract the main article from a URL and then rewrite or spin that content in several ways—human‑readable rewrite, standard spinning, or Spintax‑formatted output—and provides an endpoint to retrieve the caller's credit balance.
Latency
1045ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/api/acc
Return the user credit information.
/api/article
Extracting the main article of the given URL.
/api/pretty-spinner
Human readable auto rewrite your article.
/api/spinner
Rewriting (spinning) your input article.
/api/spintax
Generate Spintax format for the input article
5 endpoints auto-detected
Authentication
This API uses an API key, passed as the "key" query parameter. No OAuth required.
curl -X GET \ "https://api.spinbot.net/api/acc?key=YOUR_API_KEY"
api.spinbot.net · HTTPS only