curl --request POST \
--url https://api.getfernand.com/organization/rag/sources/urls \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"url": "https://docs.piedpiper.com/getting-started",
"crawl": false
}
'{}curl --request POST \
--url https://api.getfernand.com/organization/rag/sources/urls \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"url": "https://docs.piedpiper.com/getting-started",
"crawl": false
}
'{}Adds a web page to the vector store. Can optionally crawl the entire website starting from the provided URL. The content is fetched and processed asynchronously.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
URL source queued for processing.
The response is of type object.
Was this page helpful?