Skip to main content
Comprehensive documentation for all Memvid APIs across CLI, Python SDK, Node.js SDK, and core Rust APIs.

Quick Navigation

REST API

https://api.memvid.comHTTP REST API for cloud service access.

Python SDK

pip install memvid-sdkFull Python API with type hints and async support.

Node.js SDK

npm install @memvid/sdkTypeScript-first with full type definitions.

CLI Reference

memvid <command>Command-line interface for all operations.

Core API

memvid-coreLow-level Rust API for open/mutate/search/ask.

Core Operations

Create / Open

Put (Store)

Ask (Q&A)

Timeline

Stats

Seal (Close)


Types Reference

PutInput

FindInput

AskInput

SearchResult

AskResult


Error Handling

See the Error Reference for complete error documentation.

Next Steps

Python SDK Guide

Complete Python documentation

Node.js SDK Guide

Complete Node.js documentation

CLI Reference

All CLI commands

Error Reference

Error codes and solutions