Movement Intelligence API

Add AI-powered 3D movement assessments to your product with one API.

Revenite API workflow showing code, movement analysis, and evaluation results

How the Revenite API works

create-evaluation.sh
curl -X POST "$API_URL/v1/evaluations" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"assessments": [{
"assessmentId": "shoulderFlexion",
"side": "both"
}]
}'
201 Createdeval_123
01

Create

Trigger an evaluation from your product and receive a hosted link for the guided capture experience.

evaluation.revenite.ai
Forward Lunge
Step into position

Keep your full body inside the frame.

Capturing movement
02

Capture

Surface the link in your workflow or redirect users to complete the evaluation on any device with a camera.

evaluation-results.json
{
"status": "completed",
"results": [{ "assessmentId": "shoulderFlexion",
"measurements": {
"leftData": 130,
"rightData": 176
} }]
}
200 OKeval_123
Shoulder Flexion ROM
Left
130°
Right
176°
03

Build

Pull completed movement data and visual assets into your platform, then use them however you choose.

Create your first evaluation this afternoon

Use standard REST requests to create evaluations, send capture links, and fetch completed movement results. No SDK required.

POST/v1/evaluations
curl -X POST "$REVENITE_API_URL/v1/evaluations" \
  -H "Authorization: Bearer $REVENITE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "assessments": [
      {
        "assessmentId": "sagittalForwardLunge",
        "side": "both"
      }
    ],
    "externalId": "client-374118"
  }'

Results you can build with

Each completed evaluation returns structured movement data, visual overlays, and interactive 3D assets.

  • Movement scoring
  • Progress tracking
  • Images and video
  • 3D analysis and assets

Keep your brand front and center

Get API access

Flexible branding controls

Configure logos, imagery, colors, fonts, and interface styles without building the capture experience yourself.

Responsive by default

Deliver a polished evaluation workflow across phones, tablets, laptops, and desktops.

Revenite custom themes for API integration

Movement intelligence made easy

Integrate, customize, monitor, and scale movement evaluations across any device and platform from one API.

Any Device

Works on phones, tablets, and computers.

Easy Integration

Connect to any platform via REST API.

Customizable

Match every experience to your brand and workflow.

3D Analysis

Industry-leading 3D movement analysis.

Full Visibility

Monitor, inspect, and troubleshoot every evaluation.

Secure

Built to protect sensitive health and movement data.

Developer FAQ

Questions developers ask before integrating.

Everything you need to understand the evaluation workflow, returned data, and production integration.