cURL
curl --request POST \ --url https://api.sharc.dev/v1/sync/load \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "collection": "<string>" } '
{ "ok": true, "snapshot": {} }
Loads the latest snapshot for incremental indexing decisions.
Pass your key in Authorization: Bearer .
Snapshot loaded