Skip to main content
POST
/
device
/
hps
/
seek
Seek Haptic Points Stream
curl --request POST \
  --url https://api.getmelody.io/device/hps/seek \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "time_ms": 5000
}
'

Authorizations

Authorization
string
header
required

Device Token for SDK operations. Obtain via: GET /api/haptics/device/device_token Format: {device_id}-{1|2}-{random} Note: ApiToken (from POST /device/otp/confirm) can also be used for most SDK endpoints.

Body

application/json
time_ms
integer<uint32>
required

Time position in milliseconds to seek to

Example:

5000

Response

OK