Skip to Content
Retrieve a Web Input
get

Retrieve a single Web Input's info

Request path & query params
WEB_INPUT_ID
string

The Web Input ID

get
200
/video/v1/web-inputs/{WEB_INPUT_ID}
Response
(application/json)
{
  "data": {
    "id": "S3Jlx7KABs1EfhscCGEM02G5RYpgwb02nn",
    "created_at": "1609868768",
    "url": "https://example.com/hello.html",
    "live_stream_id": "ZEBrNTpHC02iUah025KM3te6ylM7W4S4silsrFtUkn3Ag",
    "status": "idle",
    "resolution": "1920x1080",
    "timeout": 3600
  }
}