Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?