cURL
curl --request POST \ --url https://api.gurubase.io/api/v1/{guru_slug}/data-sources/reindex/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "ids": [ 123 ] }'
{ "msg": "Data sources reindexed successfully" }
Reindex one or more data sources