Choose a product
Hosted API
Web API
Programmatic access to Amove accounts, cloud storage connections, shared drives, transfers, and sync jobs. Reach it at api.amove.io after exchanging credentials for a JWT.
- REST over HTTPS, JWT bearer auth
- Cloud accounts · Transfers · Sync · SSO
- Users · Groups · Projects · Shared drives
Desktop API
The local HTTP service the Amove desktop agent exposes on http://localhost:29123. Drive cloud drives, backups, mounts, transfers, and reports on the machine the agent is installed on.
- Local-only, token via query string
- Cloud · Management · Transfers · Reports
- Real-time notifications over WebSockets
Start in three steps
- Authenticate. Exchange credentials for a JWT via the Authentication API at
https://auth.amove.io. - Call the Web API. Send the JWT as
Authorization: Bearer <token>tohttps://api.amove.io. - Or drive the desktop agent. Hit the Performm API on
http://localhost:29123from a local script.
