Create streamAsk AIpost https://{hostname}/api/v1/streamsCreate a new stream with the specified configuration.Body Paramsallowed_ipsarray of objectsrequiredlength ≤ 270List of allowed IP addresses (max 270).allowed_ips*ADD stringarchivingnullArchiving Configurationbackup_ingest_locationstring | nullOptional ingest location for backup, previously known as backup encoder zonecontract_idstringrequiredcptagstringrequireddescriptionstring | nullOptional description for the stream.formatstringenumrequiredStream format (e.g. HLS).CMAFHLSDASHAllowed:CMAFHLSDASHgroup_idstringrequiredingest_authenticationboolean | nullWhether to enable ingest authentication.falsetruefalseingest_authentication_modenullIngestAuthModeingest_headernullStreamIngestHeaderingest_locationstringrequiredPrimary ingest location, previously known as encoder zoneorigin_idstringrequiredID of the origin server to use.playbacknullPlayback Configurationplaylist_duration_in_minint32 | nullPlaylist duration in minutes (between -1 and 720). -1 means the stream will follow the encoder's playlsit duration, with a maximum of 720 minutes. If set to null, it will be set to the default value of -1.Responses 202Stream created successfully. 400Bad request. 409Resource conflict. 500Internal server error.Updated about 1 month ago