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