Skip to main content
Download synced data
curl --request POST \
  --url https://api.example.com/sync/download \
  --header 'Content-Type: application/json' \
  --data '{
  "hours": 123
}'
{
  "success": true,
  "blobs_downloaded": 123,
  "records_imported": 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.

Body

application/json

Request to download data from other devices.

hours
integer
required

Response

200 - application/json

OK

Response from download operation.

success
boolean
required
blobs_downloaded
integer
required
records_imported
integer
required