Import Run
Connector for the import-run API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://run.import.io - Auth:
query:_apikey(pass your key via theapiKeyinput)
Operations
post_extractor_extractorid_cancel— POST /extractor/{extractorId}/cancel — Cancel an existing crawl.post_extractor_extractorid_start— POST /extractor/{extractorId}/start — Launch a crawl from an extractor that a user owns.
Inputs
apiKey— your import-run API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: post_extractor_extractorid_cancel
apiKey: <your key>