Getting Started
Quick Start
Your first signal ingestion in 5 minutes
Ingest Your First Signal
Send a test signal to the ingest endpoint:
curl -X POST http://localhost:3000/ingest \
-H "Content-Type: application/json" \
-d '{
"source": "test",
"channel": "manual",
"content": "This is a test signal for Semeion.",
"authorName": "Test User"
}'View Events
Open the dashboard at http://localhost:3000/dashboard to see your ingested signals.
Set Up an RSS Connector
Create a connector to automatically poll an RSS feed:
- Navigate to Connectors in the sidebar
- Click "Add Connector"
- Select RSS as the connector type
- Enter the feed URL and polling interval
- Click "Create" to start ingesting
Explore Clusters
As signals are ingested, Semeion automatically groups them into narrative clusters. View the Clusters page to see how signals are being grouped by semantic similarity.