Types text on the computer keyboard.
cURL
curl --request POST \ --url https://www.orgo.ai/api/computers/{id}/type \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "text": "Hello, world!" } '
{ "success": true }
true
curl -X POST https://www.orgo.ai/api/computers/a3bb189e-8bf9-3888-9912-ace4e6543002/type \ -H "Authorization: Bearer $ORGO_API_KEY" \ -H "Content-Type: application/json" \ -d '{"text": "Hello, world!"}'
API key authentication. Get your key at orgo.ai/workspaces
Computer ID
Text to type
Text typed