cURL
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 }
Download and import data from other devices.
Documentation IndexFetch the complete documentation index at: https://docs.screenpi.pe/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.screenpi.pe/llms.txt
Use this file to discover all available pages before exploring further.
Request to download data from other devices.
OK
Response from download operation.
Was this page helpful?