@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api SheerSEO API
@base https://www.sheerseo.com/seo/api
@version 0.0.1
@auth ApiKey apiKey in query
@endpoints 4
@toc serp-submit(1), serp-collect(1), rank-submit(1), rank-collect(1)

@group serp-submit
@endpoint POST /serp-submit
@desc Submit serp jobs
@required {body: any # The body of the reqest to submit SERPs}
@returns(200) Success
@errors {400: Bad Request, 404: Not Found, 503: Server Overload}

@endgroup

@group serp-collect
@endpoint POST /serp-collect
@desc Submit serp jobs
@required {body: any # The body of the reqest to collect SERPs}
@returns(200) Success
@errors {400: Bad Request, 404: Not Found, 503: Server Overload}

@endgroup

@group rank-submit
@endpoint POST /rank-submit
@desc Submit rank jobs
@required {body: any # The body of the reqest to submit SERPs}
@returns(200) Success
@errors {400: Bad Request, 404: Not Found, 503: Server Overload}

@endgroup

@group rank-collect
@endpoint POST /rank-collect
@desc Submit serp jobs
@required {body: any # The body of the reqest to collect SERPs}
@returns(200) Success
@errors {400: Bad Request, 404: Not Found, 503: Server Overload}

@endgroup

@end
