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

@endpoint GET /extractor/{extractorId}
@required {extractorId: any, url: any}
@returns(200)
@errors {401, 400}

@end
