Choose between fetching only the given page or crawling all nested pages. Ideal for enriching your context vault with web-based information.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The id of the workspace that the context vault belongs to.
Example:
"ws_123e4567-e89b-12d3-a456-426614174000"
The id of the vault that the data should be ingested into.
Example:
"kg_681c0068-b589-4923-ac4a-73040fab7a45"
The url of the website to ingest.
Example:
"https://gryffindor-inc.com/about"
The type of ingestion to perform.
Available options:
deepCrawl
, singlePage
Example:
"singlePage"
Response
Website data ingestion initiated
The sync log id for the ingestion process.
Example:
"sync_a01c7c1c-ecb0-49ec-af7f-329f4b4628bf"