{"note":"OpenAPI conversion -- returning structured metadata","name":"sheerseo-com","description":"SheerSEO API","version":"0.0.1","base_url":"https://www.sheerseo.com/seo/api","endpoints":4,"raw":"@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"}