Your platform documents inspections. Vetra verifies them.
Three endpoints. Add verified sessions to your existing workflow. Your customers get verification without switching platforms. You get a premium feature that differentiates you.
Three API calls to verified compliance
import { Vetra } from '@vetra/sdk';
const vetra = new Vetra({ apiKey: 'vtr_...' });
// 1. Create a verified session
const session = await vetra.sessions.create({
propertyId: 'prop_123',
technicianId: 'tech_456',
inspectionType: 'Fire Suppression'
});
// 2. Register media captures
await session.registerCapture({
mediaType: 'photo',
mediaHash: 'sha256:a1b2c3...',
latitude: 37.7749,
longitude: -122.4194
});
// 3. Complete and get verification receipt
const receipt = await session.complete({
notes: 'All units inspected and functional'
});
console.log(receipt.url);
// → https://vetraverify.com/receipt/abc123Choose your integration path
REST API
Full API access to create sessions, register captures, and retrieve verification data. OpenAPI spec available.
- API key + OAuth 2.0 auth
- Rate limiting by plan tier
- JSON responses
Mobile SDK Widget
Embed the verified session capture directly in your app. The technician never leaves your interface.
- React Native component
- Handles permissions & capture
- Custom theming
Webhooks
Real-time notifications when sessions are started, completed, or flagged. HMAC-signed payloads.
- session.started
- session.completed
- session.flagged
Why partners integrate with Vetra
Premium feature, zero lift
Add "Vetra Verified" badges to inspection reports. Differentiate from every competitor who doesn't verify.
New revenue stream
Revenue share on verified sessions flowing through your platform. Your distribution, our infrastructure.
Customer retention
Verification becomes a feature your customers depend on. It's hard to leave a platform that protects you.
Zero workflow change
Vetra runs alongside your existing inspection flow. Your inspectors use your app. Vetra verifies in the background.
Let's build something together
We'll walk you through the API, discuss integration architecture, and get you set up with a sandbox environment.
Talk to Engineering