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:

  1. Navigate to Connectors in the sidebar
  2. Click "Add Connector"
  3. Select RSS as the connector type
  4. Enter the feed URL and polling interval
  5. 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.