Skip to main content
POST
/
computers
/
{id}
/
scroll
Scroll
curl --request POST \
  --url https://www.orgo.ai/api/computers/{id}/scroll \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "direction": "up",
  "amount": 3
}'

Authorizations

Authorization
string
header
required

API key authentication. Format: sk_live_...

Path Parameters

id
string
required

Body

application/json
direction
enum<string>
required
Available options:
up,
down
amount
integer
default:3

Response

200

Scroll performed