# Create a new stream Creates a new live stream for the authenticated user. The stream is initialized with the provided category and name and is assigned to a default processing zone. Endpoint: POST /streams Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `category` (string, required) Stream category Enum: "simulcast", "schedule" - `name` (string, required) Display name for the stream Example: "Luke Skywalker Apricot Fascinating" ## Response 201 fields (application/json): - `id` (string) Example: "st_xxxxxxxxxxxxx" - `chatId` (string) Example: "mc_xxxxxxxxxxxx" - `embedId` (string) Example: "em_xxxxxxxxxxxx" - `createdAt` (string) - `metadata` (object) - `metadata.name` (string) Example: "Luke Skywalker Apricot Fascinating" - `metadata.category` (string) Enum: "simulcast", "schedule" - `config` (object) - `config.pullUrlMaxRetry` (integer) Example: 5 - `config.recordingTier` (string) Example: "rise" - `destinations` (array) - `zone` (string) Assigned processing zone ID Example: "zn_xxxxxxxxx" - `unsafeContent` (boolean) Example: true - `hasValidated` (boolean) Example: true ## Response 400 fields ## Response 401 fields