Skip to main content
Get device storage usage
curl --request GET \
  --url https://api.example.com/data/device-storage
[
  {
    "machine_id": "<string>",
    "frames": 123,
    "audio_chunks": 123
  }
]

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

machine_id
string
required
frames
integer
required
audio_chunks
integer
required