Generative Agent
Create stream URL
This API creates a generative agent event streaming URL to start a streaming connection (SSE).
This API should be called when the client boots-up to request a streaming_url, before it calls endpoints whose responses are delivered asynchronously (and most likely before calling any other endpoint).
Provide the streamId to reconnect to a previous stream.
POST
Body
application/json
The parameters to be associated with a given connection.
Response
200
application/json
Successfully generated a new streaming URL.
Streaming URL with its identifier and possible SSE message-types to be received.