Seeds / Stream
Stream Seed Jobs
Stream real-time updates for seed processing jobs using Server-Sent Events (SSE). Receive instant notifications as seeds progress through extraction, chunking, and embedding stages. The stream closes automatically when all active jobs complete.
GET
{baseAPIUrl}/seeds/streamProtocol
Server-Sent Events (SSE): This endpoint uses
SSE for real-time updates. Include the Accept: text/event-stream header.
Authentication
Required. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYQuery Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appId | string | Required | Application identifier |
| externalUserId | string | Required | External user identifier |
Event Types
| Event | Description |
|---|---|
| connected | Connection established successfully |
| update | Job progress update with state and progress percentage |
| heartbeat | Keep-alive ping to maintain connection |
Try It
Query Parameters
Application identifier
External user identifier