OnPremise SRT Server provides a REST API for automation and integration.
Access Swagger UI from the device:
http://DEVICE_IP/swaggerTypical pattern:
1) Call the login endpoint to obtain an apiKey.
2) Use the key in subsequent calls:
Authorization: apiKeyAPI sessions expire after a period of inactivity. If requests fail due to timeout, renew the session (login again).