curl --location --request POST 'https://app.innochat.ch/api/v1/data-sources/url/re-scrape' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <token>' \ --data-raw '{ "uuids": ["source_uuid_one", "source_uuid_two"] }'
[ { "status": "restarted scraping", "uuid": "source_uuid_one" }, { "error": "invalid data source", "uuid": "source_uuid_two" } ]
Retrain multiple URL data sources to fetch the latest content from them.
Mostra Item