Methods Reference
Thedaydream.streams namespace provides methods for creating, reading, updating, and deleting streams.
Methods Overview
streams.create()
Creates a new video processing stream.Parameters
Available Models
Returns
streams.getAll()
Retrieves all streams for the authenticated user.Returns
Array of stream objects (same structure ascreate() response).
streams.getById()
Retrieves a specific stream by ID.Parameters
Returns
Stream object (same structure ascreate() response).
streams.update()
Updates parameters for an existing stream.Parameters
Hot-Swappable Parameters
These parameters update instantly without pipeline reload:prompt,negativePromptguidanceScale,deltanumInferenceSteps,tIndexListseedcontrolnets[].conditioningScaleipAdaptersettingsipAdapterStyleImageUrl
streams.delete()
Deletes a stream.Parameters
Error Handling
The SDK throws typed errors for different failure scenarios:Error Types
Retry Configuration
Configure automatic retries for transient failures:TypeScript Types
The SDK is fully typed. Import types for use in your application:Next Steps
- Parameters - Full parameter documentation
- Browser SDK - Client-side broadcasting
- GitHub Repository - Source code and issues