Skip to main content
Pull pipe configs from cloud
curl --request POST \
  --url https://api.example.com/sync/pipes/pull
{
  "success": true,
  "actions": [
    "<string>"
  ],
  "errors": [
    "<string>"
  ]
}

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

Response from pipe sync operations.

success
boolean
required
actions
string[]
required
errors
string[]