curl -X POST \ 'https://<public_URL>/collections/<collection_name>/snapshots' \ --header 'api-key: <API_key>'
{ "time": 0.002, "status": "ok", "result": { "name": "<snapshot_name>", ... } }
curl -X GET \ 'https://<public_URL>/collections/<collection_name>/snapshots/<snapshot_name>' \ --header 'api-key: <API_key>'
Was this page helpful?