Endpoints
Endpoint details are saved from the OpenAPI document. Authentication requirements and prices are advertised information, not a verified payment or access guarantee. The document may contain additional endpoints.POST/olostep/v1/answers
The AI will perform actions like searching and browsing web pages to find the answer to the provided task. Execution time is 3-…
Price unavailableGET/olostep/v1/answers/{answer_id}
This endpoint retrieves a previously completed answer by its ID.
Price unavailablePOST/olostep/v1/batches
Starts a new batch. You receive an `id` that you can use to track the progress of the batch as shown [here](/api-reference/batc…
Price unavailableGET/olostep/v1/batches/{batch_id}
Retrieves the status and progress information about a batch. To retrieve the content for a batch, see here
Price unavailableGET/olostep/v1/batches/{batch_id}/items
Retrieves the list of items processed for a batch. You can then use the `retrieve_id` to get the content with the Retrieve Endp…
Price unavailablePOST/olostep/v1/crawls
Starts a new crawl. You receive a `id` to track the progress. The operation may take 1-10 mins depending upon the site and dept…
Price unavailableGET/olostep/v1/crawls/{crawl_id}
Fetches information about a specific crawl.
Price unavailableGET/olostep/v1/crawls/{crawl_id}/pages
Fetches the list of pages for a specific crawl.
Price unavailablePOST/olostep/v1/maps
This endpoint allows users to get all the urls on a certain website. It can take up to 120 seconds for complex websites. For la…
Price unavailableGET/olostep/v1/retrieve
Retrieve page content of processed batches and crawls urls.
Price unavailablePOST/olostep/v1/scrapes
Initiate a web page scrape
Price unavailableGET/olostep/v1/scrapes/{scrape_id}