# Article Rewriter and Article Extractor API **Provider:** Article Rewriter and Article Extractor **Category:** ai **Base URL:** `https://api.spinbot.net/` **Auth:** api-key — `GET /endpoint?key=YOUR_KEY` **Rate Limit:** Varies by RapidAPI plan **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.apis.guru/v2/specs/spinbot.net/1.0.json ## Description Spinbot.net propose a new solution based on high technologies for faster article spinner and extractor that you will love to use it. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.spinbot.net//api/acc` | Return the user credit information. | | POST | `https://api.spinbot.net//api/article` | Extracting the main article of the given URL. | | POST | `https://api.spinbot.net//api/pretty-spinner` | Human readable auto rewrite your article. | | POST | `https://api.spinbot.net//api/spinner` | Rewriting (spinning) your input article. | | POST | `https://api.spinbot.net//api/spintax` | Generate Spintax format for the input article | ## Authentication API key as query parameter (key) ``` GET /endpoint?key=YOUR_KEY ``` ## Sample Request ```bash curl 'https://api.spinbot.net//api/acc' \ -H 'GET /endpoint?key=YOUR_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium via RapidAPI. Free tier available; paid plans from ~$9.99/mo. --- *Source: [API Map](https://apimap.dev/apis/article-rewriter-and-article-extractor/) — CC BY 4.0*