PLATFORM · API & INTEGRATIONS
Stream pose, intent, and contact into any stack — through a clean REST and WebSocket API, with native SDKs for the languages and engines you already use.
stream.py
from stretchsense import Client
client = Client(api_key="ss_live_8f2a")
# stream pose, intent & contact at 120 Hz
for frame in client.stream():
handle(frame.pose, frame.intent)
REST + WebSocket
Access protocols
5
Native SDKs
<10 ms
Stream latency
99.99%
API uptime
SDKS
Native SDKs for your stack
First-class libraries for the languages and engines you already build with.
Python
pip install stretchsense
JavaScript / TS
npm i @stretchsense/sdk
C++
StretchSense.h
Unity
com.stretchsense.unity
Unreal
StretchSense Plugin
THE API
One API, every signal
Request any layer of the motion stack over REST, or subscribe to it live over WebSocket.
Pose
Full-hand joint angles and global pose, frame by frame.
GET /v1/pose
Intent
Recognized gestures and predicted next actions.
GET /v1/intent
Contact
Grip state, contact events, and applied force.
GET /v1/contact
QUICKSTART
Up and running in three steps
01
Get an API key
Create a project in the console and generate a key.
ss_live_8f2a…
02
Install the SDK
Add StretchSense to your project in one line.
pip install stretchsense
03
Stream the data
Open a stream and receive frames at 120 Hz.
client.stream()
INTEGRATIONS
Works with your tools
Drop StretchSense motion into the engines, frameworks, and pipelines you already run.


Unreal Engine

Start building on human motion.
Free developer tier — generate a key and stream your first frames in minutes.



