The TRZ Kinetiq API delivers Thirdrez motion synthesis straight into your build systems. Instead of juggling manual downloads, you orchestrate prompts, previews, and exports from the same pipelines that deploy your games, machinima tools, or immersive experiences.
What you get out of the box
Every API session exposes the same hybrid AI-plus-human quality described in Kinetiq Engine v2.1.3. You define the performance; the engine responds with validated assets.
Highlights
- Prompt-driven generation with parameters for style, motion strength, loop smoothing, and export target.
- Streaming delivery that returns a thumbnail, GLTF preview, and final BVH/FBX/ANIM files.
- Deterministic metadata, so auditors can trace every clip back to an engine release in Changelog-Driven Quality.
Request early access at Thirdrez Labs.
Example payload
{
"prompt": "lead animator walks, pauses, and salutes the audience",
"parameters": {
"style": 0.68,
"motion_strength": 0.82,
"loop_smoothing": 0.95,
"retarget": "bento"
},
"output_formats": ["bvh", "fbx", "anim"],
"fps": 24
}
The response streams incremental updates, letting dashboards and automation scripts show progress in real time. Once the render finishes, the payload includes download URLs, metadata, and loop timing so the asset flows straight into your repositories.
Integration playbook
- Automate previs by queuing prompts from Jira or Linear overnight and reviewing results during stand-up.
- Feed live-service libraries without spinning up a mocap session every time a new emote is needed.
- Sync with asset managers by pushing validated files into Perforce, PlasticSCM, or S3 buckets that designers trust.
Pair the API with the governance patterns in the Motion Ops Playbook to keep ownership and analytics clear.
Roadmap signals
- Custom rig presets that map straight to proprietary skeletons.
- Webhook callbacks for batch orchestration and CI/CD hooks.
- Multi-user dashboards showing usage, cost centres, and request history.
Stay on top of new capabilities through the Thirdrez changelog and align enterprise requirements via the pricing page. The API is the same engine that powers the Thirdrez marketplace--it just happens to speak JSON.