API
Every OmegaVault action is available over a REST API — read memories, write new ones, search, manage collections. The same API the OmegaVault app itself uses.
Base URL
https://app.omegavault.app/v1
Authentication
Bearer token, scoped per access token. See Authentication for how to mint one and scope it.
curl -H "Authorization: Bearer $TOKEN" \ https://app.omegavault.app/v1/memories
Common endpoints
GET /v1/memories— paginated list, with filters.POST /v1/memories— create a memory.GET /v1/memories/:id— read one memory.PATCH /v1/memories/:id— update fields.POST /v1/memories/search— semantic + keyword search.GET /v1/collections— list collections.
Next steps
- Full API reference — every endpoint, every field.
- Authentication — tokens and scopes.
- SDKs — TypeScript + Python official clients.
OmegaVault
Your memory is yours.
Capture once, carry everywhere.
Start CapturingFree · 200 memories · No card required