Skip to main content
POST
/
organization
/
rag
/
sources
/
urls
/
stop
Stop URL crawling process
curl --request POST \
  --url https://api.getfernand.com/organization/rag/sources/urls/stop \
  --header 'X-API-Key: <api-key>'
{}
Stops the current website crawling operation if one is in progress. This only affects ongoing crawls and does not remove already processed pages.

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Response

202 - application/json

Crawling process stopped.

The response is of type object.