Skip to main content
POST
Send Haptic Points Stream Signal

Authorizations

Authorization
string
header
required

Short-lived session token obtained from POST /api/sessions/v2. Send it as Authorization: Bearer <session_token> together with the X-Device-Key: <device-key> header identifying the target device.

Headers

X-Device-Key
string
required

Device Key (4 BIP39 words) identifying the target device. Obtain it from POST /device/otp/confirm/v2.

Pattern: ^[a-z]+-[a-z]+-[a-z]+-[a-z]+$
Example:

"alpha-bravo-charlie-delta"

Body

application/json

The stroker movement velocity is calculated on device and is based on time difference between signals. At least two signals needed to move the stroker.

points
object[]
required

Array of points with time and position.

Response

200

OK