POST /v2/vehicles/:id/ora/chat/completions- Client-owned conversation context
- Evidence citations and freshness in every answer
- Approved model releases with diagnosis safeguards
Connected-car, OBD, and manual evidence — unified, traceable, and ready to act on.
Platform
One loop for every vehicle signal — connect sources, ask questions, assess with evidence, and build on a typed API.
The Velocity loop
Orá-1 Velocity
Add evidence-grounded vehicle answers to any product through one API. Every response keeps its citations, freshness, and uncertainty intact.
POST /v2/vehicles/:id/ora/chat/completionsFor developers
Text, observations, assessments, and webhooks — through one typed interface. Start building in seconds.
const response = await fetch(
`${process.env.VELOCITY_API_URL}/v2/vehicles/${vehicleId}/ora/chat/completions`,
{
method: "POST",
headers: {
"x-api-key": process.env.VELOCITY_API_KEY!,
"content-type": "application/json",
},
body: JSON.stringify({
messages: [{ role: "user", content: "What should I review today?" }],
}),
},
);
const completion = await response.json();
console.log(completion.data.message.content);
console.log(completion.data.evidence);
In motion
Provenance, freshness, and uncertainty stay intact — so products move without inventing certainty.
Launch with Velocity's public API and sandbox keys.
Custom rate limits and hands-on onboarding for your team.