- Knowledge Base
- Distribute
- Imagen Live Connect
Imagen Live Connect API π°
Create or modify a live stream programmatically
Resource URL
PUT iweb/v1/live/{media Id} to create a stream
POST iweb/v1/live/{media Id} to modify a stream
Response formats | JSON |
Requires authentication? | Yes |
Required scope(s) | createJobs |
Example REST request
https://your_imagen_domain/iweb/v1/live/{media id}
JSON Payload
π‘Pro Tip: Start and end times must be provided in UTC, UNIX timestamps
- Stream title
- stream URL
- start time
- end time
- workflow
Important
- Unless creating a new stream, an Event must already exist
- A Valid Live Stream licence is needed for both API requests
-
The owner (Creator) of the API application must have the createJobs scope
Example Response
Returns success or an error response on failure.