curl --request POST \
--url https://api.getfernand.com/organization/rag/sources/retrain \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"uuids": [
"a1b2c3d4e5f6g7h8i9j0",
"b2c3d4e5f6g7h8i9j0k1"
]
}
'{}curl --request POST \
--url https://api.getfernand.com/organization/rag/sources/retrain \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"uuids": [
"a1b2c3d4e5f6g7h8i9j0",
"b2c3d4e5f6g7h8i9j0k1"
]
}
'{}Refreshes multiple URL sources by re-fetching their content. Only processes URL sources that haven’t been updated in the last 5 minutes to prevent rapid retries. Useful for updating stale content.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.
Array of source UUIDs to retrain.
[
"a1b2c3d4e5f6g7h8i9j0",
"b2c3d4e5f6g7h8i9j0k1"
]Sources queued for retraining.
The response is of type object.
Was this page helpful?