Skip to main content
The Node SDK is an event-based client for the dataerai transfer daemon. Operations resolve as soon as the daemon accepts them; transfer progress and completion arrive as events.

Requirements

  • Node.js 18+
  • The dataerai binary on your system (see the CLI overview).
  • Signed in with dataerai auth login (see Authenticate).

Install

Quickstart

Methods

Events

Listen for progress and completion:

Next steps

CLI

The command-line client the SDK builds on.

Python SDK

The same operations from Python.