APIHub
Back to Explore

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.

Uncategorized
apiKeyQuery
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1045ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/api/acc

Return the user credit information.

  • key (query, required) — Your api key
POST

/api/article

Extracting the main article of the given URL.

POST

/api/pretty-spinner

Human readable auto rewrite your article.

POST

/api/spinner

Rewriting (spinning) your input article.

POST

/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