{"note":"OpenAPI conversion -- returning structured metadata","name":"import-io-run","description":"import-io-run","version":"1.0","base_url":"https://run.import.io/","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api \n@base https://run.import.io/\n@version 1.0\n@endpoints 2\n@toc extractor(2)\n\n@endpoint POST /extractor/{extractorId}/start\n@desc Launch a crawl from an extractor that a user owns.\n@required {extractorId: any # the id of the extractor to start crawling with}\n@returns(200) OK\n@errors {404: Unable to find supplied extractor ID., 401: User doesn't own this extractor, or doesn't have a valid session., 400: Extractor is archived or a crawl already in progress.}\n\n@endpoint POST /extractor/{extractorId}/cancel\n@desc Cancel an existing crawl.\n@required {extractorId: any # extractorId}\n@returns(200) OK\n@errors {404: Unable to find supplied extractor ID., 401: User doesn't own this extractor, or doesn't have a valid session., 400: No in progress crawl found to cancel.}\n\n@end\n"}