Type text on the desktop
cURL
curl --request POST \ --url https://www.orgo.ai/api/computers/{id}/type \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "text": "<string>" }'
{ "success": true }
API key authentication using Bearer token
Computer/Project name (e.g., computer-abc123)
Action completed successfully
The response is of type object.
object