Model
Generate coordinates for a model
post/model
Request body
Example request
{
"model": "gbox-handy-1",
"action": {
"type": "click",
"target": "the VSCode app icon on the bottom dock"
}
}Response
Example response
{
"response": {
"type": "click",
"coordinates": {
"x": 520,
"y": 340
}
},
"id": "123e4567-e89b-12d3-a456-426614174000"
}