Integrate with NxVET's Veterinary Platform

NxVET is committed to open APIs that facilitate innovation in healthcare. This portal gives you everything you need to work with transcripts, conversations, webhooks, and data across the NxVET ecosystem.

Integration Overview

There are two complementary ways to keep your systems in sync with NxVET:
Pull data on-demand with the REST API and/or receive real-time event notifications via Webhooks. See below to learn more.

REST API

Work with transcripts, NxHub conversations, devices, audio recordings, and other NxVET ecosystem data on-demand.

  • API Key authentication
  • Conversations, devices, medical templates, and supporting resources
  • Pagination and filtering
  • Download audio recordings
  • Interactive API explorer with "Try it"
View API Reference →

Webhooks

Receive real-time HMAC-signed HTTP notifications when events occur in your organization.

  • HMAC-SHA256 signed requests
  • Conversation and legacy label events
  • Automatic retries with exponential backoff
  • Delivery logs for debugging
View Webhook Documentation →

Building with AI Agents?

If you're using Claude, GPT, Cursor, or other AI coding assistants to build against this API, use our machine-readable reference optimized for LLM consumption.

Getting Started

1

Generate API Key

Create an API key in the NxVET Integrations page. Copy the key and organization ID.

2

Discover Your Org ID

Call GET /api/auth/me to verify your key and get your organizationId for all API calls.

3

Integrate

Use the REST API to pull data and Webhooks for real-time events.

Key Features

API Key Authentication

Self-service API key management with nxvet_sk_ bearer tokens. Organization-scoped, instant revocation.

Rich Data Access

Access transcripts, device data, NxHub conversations, audio recordings, and integration metadata.

Real-time Webhooks

Get notified instantly when conversations finish processing and other lifecycle events occur.

HMAC-SHA256 Security

Every webhook is cryptographically signed. Verify authenticity with your secret key.

NxHub Conversations

List, create, and manage NxHub ambient recording conversations with timeline and transcript data.

Flexible Filtering

Query data by organization, user, date range, device, conversation status, and other supported filters.