{"files":{"SKILL.md":"---\nname: sheerseo-api\ndescription: \"SheerSEO API skill. Use when working with SheerSEO for serp-submit, serp-collect, rank-submit. Covers 4 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# SheerSEO API\nAPI version: 0.0.1\n\n## Auth\nApiKey apiKey in query\n\n## Base URL\nhttps://www.sheerseo.com/seo/api\n\n## Setup\n1. Set your API key in the appropriate header\n2. Verify API access with a test request\n3. POST /serp-submit -- create first serp-submit\n\n## Endpoints\n4 endpoints across 4 groups. See references/api-spec.lap for full details.\n\n### Serp-submit\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /serp-submit | Submit serp jobs |\n\n### Serp-collect\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /serp-collect | Submit serp jobs |\n\n### Rank-submit\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /rank-submit | Submit rank jobs |\n\n### Rank-collect\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /rank-collect | Submit serp jobs |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a serp-submit?\" -> POST /serp-submit\n- \"Create a serp-collect?\" -> POST /serp-collect\n- \"Create a rank-submit?\" -> POST /rank-submit\n- \"Create a rank-collect?\" -> POST /rank-collect\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- Error responses include status codes and descriptions in the spec\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 SheerSEO API\n@base https://www.sheerseo.com/seo/api\n@version 0.0.1\n@auth ApiKey apiKey in query\n@endpoints 4\n@toc serp-submit(1), serp-collect(1), rank-submit(1), rank-collect(1)\n\n@group serp-submit\n@endpoint POST /serp-submit\n@desc Submit serp jobs\n@required {body: any # The body of the reqest to submit SERPs}\n@returns(200) Success\n@errors {400: Bad Request, 404: Not Found, 503: Server Overload}\n\n@endgroup\n\n@group serp-collect\n@endpoint POST /serp-collect\n@desc Submit serp jobs\n@required {body: any # The body of the reqest to collect SERPs}\n@returns(200) Success\n@errors {400: Bad Request, 404: Not Found, 503: Server Overload}\n\n@endgroup\n\n@group rank-submit\n@endpoint POST /rank-submit\n@desc Submit rank jobs\n@required {body: any # The body of the reqest to submit SERPs}\n@returns(200) Success\n@errors {400: Bad Request, 404: Not Found, 503: Server Overload}\n\n@endgroup\n\n@group rank-collect\n@endpoint POST /rank-collect\n@desc Submit serp jobs\n@required {body: any # The body of the reqest to collect SERPs}\n@returns(200) Success\n@errors {400: Bad Request, 404: Not Found, 503: Server Overload}\n\n@endgroup\n\n@end\n"}}