cURL
curl --request POST \ --url https://api.example.com/phones/{phone_id}/type
Type text into active field
curl -X POST https://api.tapkit.ai/phones/{phone_id}/type \ -H "X-API-Key: TK_your_api_key" \ -H "Content-Type: application/json" \ -d '{"text": "Hello, world!", "method": "keys"}'
{ "text": "Hello, world!", "method": "keys" }
text
string
method
"keys"
"paste"
keys
paste