Skip to Content
Update Web Input URL
put

Changes the URL that a Web Input loads when it launches.

Note: This can only be called when the Web Input is idle.

Request body params
url
string

The URL for the Web Input to load.

Request path & query params
WEB_INPUT_ID
string

The Web Input ID

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