Spinbot
Connector for the spinbot API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.spinbot.net - Auth:
query:key(pass your key via theapiKeyinput)
Operations
getinfo— GET /api/acc — Return the user credit information.postarticle— POST /api/article — Extracting the main article of the given URL.postprettyspinner— POST /api/pretty-spinner — Human readable auto rewrite your article.postspinner— POST /api/spinner — Rewriting (spinning) your input article.postspintax— POST /api/spintax — Generate Spintax format for the input article
Inputs
apiKey— your spinbot API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getinfo
apiKey: <your key>