API Keys
Manage API keys for programmatic access to NotebookLM Reimagined
Quick Start
Use your API key with the X-API-Key header:
curl -X POST https://vaultlm-api.vercel.app/api/v1/vaults/{id}/chat \
-H "X-API-Key: nb_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{"message": "What are the key findings?"}'Loading API keys...