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 three complementary ways to keep your systems in sync with NxVET:
Pull data on-demand with the REST API, receive real-time event notifications via Webhooks, or connect an AI assistant through the MCP Server. 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 →

MCP Server

Connect Claude, Cursor, and other AI assistants directly to your NxVET data via the Model Context Protocol.

  • Hosted at mcp.nx.vet — no install
  • 22 tools: transcripts, conversations, webhooks
  • Authenticated with your existing API key
  • One config entry to get started
View MCP Documentation →

Building with AI Agents?

Connect your AI assistant straight to NxVET with the hosted MCP Server — no integration code needed. If you're writing code against the API with Claude, GPT, Cursor, or other AI coding assistants, 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.

MCP Server

Hosted Model Context Protocol endpoint at mcp.nx.vet — AI assistants work with your NxVET data using your API key.