- Web interface
- API
- Connect to the application.
- In the sidebar, click Collections.
- Open the collection and then go to the Snapshots tab.
- Click Take snapshot.
- In the row of the created snapshot, click → Download.
- Save the file.
Documentation Index
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?