Skip to main content
cURL
curl --request POST \
  --url https://api.example.com/experimental/input_control \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "<string>",
  "key": "<string>",
  "modifiers": [
    "<string>"
  ],
  "position": {
    "x": 123,
    "y": 123
  },
  "text": "<string>"
}
'
{
  "status": "<string>"
}

Body

application/json
type
string
required
key
string | null
modifiers
string[] | null
position
object
text
string | null

Response

200 - application/json
status
string
required