Skip to content

Fully Cloud

Fully Cloud routes all commands through api.fully-kiosk.com using your Fully Cloud account credentials. No local network access, no open firewall ports — just a Fully Cloud subscription.

When to use Fully Cloud

  • Devices are on a remote network you don’t control
  • You already have a Fully Cloud subscription
  • You want queued commands — commands sent while a device is offline are delivered when it reconnects

Setup

  1. Get your API key

    Log in to Fully Cloud and go to your account settings to generate a REST API access token.

  2. Add a device in Kiosk Admin

    Select Fully Cloud as the provider. Fill in:

    FieldValue
    NameFriendly label
    Account EmailYour Fully Cloud account email
    API KeyYour REST API token
    Cloud Device IDThe Fully Cloud devid for this device
  3. Find the Cloud Device ID

    Click Fetch in the Add Device form. Kiosk Admin calls GET /cloud/devices with your credentials and presents a dropdown of all devices on the account. Select the one you want.

Capabilities

Fully Cloud supports the same commands as Fully Kiosk Browser, except screenshot and camera capture (not available via the cloud API).

CapabilitySupported
Screenshot
Screen on/off
URL navigation
App restart
Screensaver
TTS, volume, JS injection
Maintenance (reboot, lock)
App launcher
Offline command queuing
Camera capture
Device settings API

Rate limits

The Fully Cloud API allows max 10 requests/second and 100/minute. Kiosk Admin applies a conservative token-bucket limiter (8 req/s) and retries automatically on HTTP 429.