{"files":{"SKILL.md":"---\nname: article-rewriter-and-article-extractor-api\ndescription: \"Article Rewriter and Article Extractor API skill. Use when working with Article Rewriter and Article Extractor for api. Covers 5 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Article Rewriter and Article Extractor API\nAPI version: 1.0\n\n## Auth\nApiKey key in query\n\n## Base URL\nhttps://api.spinbot.net/\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /api/acc -- return the user credit information.\n3. POST /api/pretty-spinner -- create first pretty-spinner\n\n## Endpoints\n5 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Api\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /api/acc | Return the user credit information. |\n| POST | /api/pretty-spinner | Human readable auto rewrite your article. |\n| POST | /api/spinner | Rewriting (spinning) your input article. |\n| POST | /api/spintax | Generate Spintax format for the input article |\n| POST | /api/article | Extracting the main article of the given URL. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all acc?\" -> GET /api/acc\n- \"Create a pretty-spinner?\" -> POST /api/pretty-spinner\n- \"Create a spinner?\" -> POST /api/spinner\n- \"Create a spintax?\" -> POST /api/spintax\n- \"Create a article?\" -> POST /api/article\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Article Rewriter and Article Extractor API\n@base https://api.spinbot.net/\n@version 1.0\n@auth ApiKey key in query\n@endpoints 5\n@toc api(5)\n\n@endpoint GET /api/acc\n@desc Return the user credit information.\n@required {key: any # Your api key}\n@returns(200) success\n\n@endpoint POST /api/pretty-spinner\n@desc Human readable auto rewrite your article.\n@required {key: any # Your spinbot API key, text: any # Input article that need to be rewrited., keep: any # Keep words/phrases, separated by newline, those remain unchanged during the rewrite process., accuracy: any # Rewrite accuracy profile, accepted values are very-low, low, medium, high, very-high}\n\n@endpoint POST /api/spinner\n@desc Rewriting (spinning) your input article.\n@required {key: any # Your spinbot API key, text: any # Input article that need to be rewrited.}\n\n@endpoint POST /api/spintax\n@desc Generate Spintax format for the input article\n@required {key: any # Your spinbot API key, text: any # Input article that need to be rewritten.}\n@optional {full_mode: any # Full mode option.}\n\n@endpoint POST /api/article\n@desc Extracting the main article of the given URL.\n@required {key: any # Your spinbot API key, url: any # The url of target article}\n@optional {faster_mode: any # you can set this input value to 1 to skip detecting the size (width and height in pixel) of all the images inside the extracted article. The response time of your request will be shortened if you set this input value to 1.}\n\n@end\n"}}