Skip to main content
List monitors
curl --request GET \
  --url https://api.example.com/vision/list
[
  {
    "id": 123,
    "stable_id": "<string>",
    "name": "<string>",
    "width": 123,
    "height": 123,
    "is_default": true
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.screenpi.pe/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

OK

id
integer
required
stable_id
string
required
name
string
required
width
integer
required
height
integer
required
is_default
boolean
required