Integrate with NxVET's Veterinary Platform

Access consultation records, transcripts, NxHub conversations, and receive real-time webhook events

Integration Overview

Pull data on-demand with the REST API and receive real-time event notifications via Webhooks — two complementary ways to keep your systems in sync with NxVET.

REST API

Query consultation records, transcripts, NxHub conversations, and device data on-demand.

  • API Key authentication
  • Labels, conversations, devices, medical templates
  • 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
  • Labels and conversation 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, patient data, NxHub conversations, and audio recordings.

Real-time Webhooks

Get notified instantly when consultations complete, labels are created, or conversations finish.

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, record type, patient, and conversation status.