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 withdata:.
Working with streaming API responses
data:.