@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api 
@base https://run.import.io/
@version 1.0
@endpoints 2
@toc extractor(2)

@endpoint POST /extractor/{extractorId}/start
@required {extractorId: any}
@returns(200)
@errors {404, 401, 400}

@endpoint POST /extractor/{extractorId}/cancel
@required {extractorId: any}
@returns(200)
@errors {404, 401, 400}

@end
