Leap0

Type text

Type a string of text as keyboard input.

POST/api/input/type

Type a string of text as keyboard input.

Authorization

BearerAuth
AuthorizationBearer <token>

API key passed as a Bearer token.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

text*string

Text to type.

Lengthlength <= 50000

Response Body

application/json

application/json

curl -X POST "https://<sandbox_id>.sandbox.leap0.dev/api/input/type" \  -H "Content-Type: application/json" \  -d '{    "text": "string"  }'
{  "ok": true}
{  "message": "Invalid request",  "errors": [    {      "field": "string",      "error": "string"    }  ]}