@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}
@desc Query by extractor endpoint, adhoc runs only.
@required {extractorId: any # extractorId, url: any # url}
@returns(200) OK
@errors {401: Unauthorized, 400: Invalid ID supplied}

@end
