Create a new Web Input
Unique identifier for the Web Input.
Time the Web Input was created, defined as a Unix timestamp (seconds since epoch).
The URL for the Web Input to load.
When set to true
the Web Input will automatically launch and start streaming immediately after creation
The Live Stream ID to broadcast this Web Input to
Arbitrary metadata that will be included in the Web Input details and related webhooks. Can be used to store your own ID for the Web Input. Max: 255 characters.
The resolution of the viewport of the Web Input's browser instance. Defaults to 1920x1080 if not set.
The number of seconds that the Web Input should stream for before automatically shutting down.
{
"url": "https://example.com/hello.html",
"live_stream_id": "ZEBrNTpHC02iUah025KM3te6ylM7W4S4silsrFtUkn3Ag"
}
{
"data": {
"id": "S3Jlx7KABs1EfhscCGEM02G5RYpgwb02nn",
"created_at": "1609868768",
"url": "https://example.com/hello.html",
"live_stream_id": "ZEBrNTpHC02iUah025KM3te6ylM7W4S4silsrFtUkn3Ag",
"status": "idle",
"resolution": "1920x1080",
"timeout": 3600
}
}