logo
Documents

crawl_website

post
https://api.groundx.ai/api/v1/ingest/documents/website

Upload the content of a publicly accessible website for ingestion into a GroundX bucket. This is done by following links within a specified URL, recursively, up to a specified depth or number of pages.

Interact with the "Request Body" below to explore the arguments of this function. Enter your GroundX API key to send a request directly from this web page. Select your language of choice to structure a code snippet based on your specified arguments.

Execute an API Request

Request Body
websitesarray of objectsrequired
Authorization
Request
Installation
$
npm install groundx-typescript-sdk
1
Loading...

Response fields

object
ingestobject
1
{
2
"ingest": {
3
"processId": "9e0ad09b-5150-48c0-aded-707587048fd9",
4
"status": "queued"
5
}
6
}