scrape-ci-standalone / - here /api/result/:id - retrieve job result /api/scrape - run a scrape job auth - authorization for the request url - the URL to scrape /api/update - force update scrapers /api/admin/apikey - manage API keys POST /api/admin/apikey - create a new API key note - required, a note to identify the API key limit - optional, number of allowed scrapes per day (default: 200) DELETE /api/admin/apikey - revoke an API key key - required, the API key to revoke /upload - submit a new scrape job /scene?id=:id - view scene result apikey can be in any of the following locations: body.auth ?auth= in query params x-api-key header