Get Started
Quickstart
Get started with duohub in under 5 minutes
Installation
The fastest way to get started with duohub is through our Python SDK:
Authentication
Sign up at app.duohub.ai to get your API key. You’ll need this to authenticate your requests. You can find your API key by clicking Accounts on the bottom left.
Creating Your First Memory
Currently, data ingestion is handled through the dashboard interface. API-based ingestion will be available soon.
- Navigate to the Memory section in your dashboard
- Click the + icon to create a new memory
- Enter a name for your memory
Select files to ingest:
- Documents (PDF, Word, Text)
- Web pages
- Audio files
- Video files
- Entire websites
- Click Next to start processing
Querying Your Memory
Once you have your memory ID, you can start querying:
The assisted=True
parameter enables AI-powered response formatting.