Skip to main content

Streaming

Some API endpoints support Server-Sent Events (SSE) for real-time streaming responses.

How It Works

Streaming endpoints return a stream of events rather than a single response. Each event is a JSON object prefixed with data:.

Event Format

SDK Examples