JointSpace API Documentation

REST API Method: POST input/key

Sends a key to the TV.

URL

http://ip-address:1925/1/input/key

Format

json

HTTP Method

POST

Requires Authentication

false

Parameters

Upload data

This resource accepts a JSON object with key/value pairs. It is allowed to send an object containing only the key/value pairs that need to be changed. See the JSON example for how these key/value pairs are passed.

Keys

JSON example


{
    "key": "Home"
}