Create a new Web Input
POST {{baseUrl}}/video/v1/web-inputs
Create a new Web Input
Request Body
{"url"=>"https://example.com/hello.html", "live_stream_id"=>"ZEBrNTpHC02iUah025KM3te6ylM7W4S4silsrFtUkn3Ag"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"data":{"id":"S3Jlx7KABs1EfhscCGEM02G5RYpgwb02nn","created_at":"1609868768","url":"https://example.com/hello.html","live_stream_id":"ZEBrNTpHC02iUah025KM3te6ylM7W4S4silsrFtUkn3Ag","status":"idle","resolution":"1920x1080","timeout":3600}}