Deep Link into an App
deep_linkLaunch a Roku app with a deep link by specifying app ID, content ID, and media type. Targets a device via IP or serial.
Instructions
Launch an app with a deep link (contentId + mediaType). Equivalent to /launch/?contentId=...&mediaType=... in ECP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | ||
| device | No | Target device — IP (e.g. "192.168.1.154") or serial (e.g. "X00046N6S6F"). Omit to use the focused device. | |
| contentId | No | ||
| mediaType | No | e.g. "movie", "episode", "series". |