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.
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.
Work with transcripts, NxHub conversations, devices, audio recordings, and other NxVET ecosystem data on-demand.
Receive real-time HMAC-signed HTTP notifications when events occur in your organization.
Connect Claude, Cursor, and other AI assistants directly to your NxVET data via the Model Context Protocol.
mcp.nx.vet — no installConnect 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.
Create an API key in the NxVET Integrations page. Copy the key and organization ID.
Call GET /api/auth/me to verify your key and get your organizationId for all API calls.
Self-service API key management with nxvet_sk_ bearer tokens. Organization-scoped, instant revocation.
Access transcripts, device data, NxHub conversations, audio recordings, and integration metadata.
Get notified instantly when conversations finish processing and other lifecycle events occur.
Every webhook is cryptographically signed. Verify authenticity with your secret key.
List, create, and manage NxHub ambient recording conversations with timeline and transcript data.
Query data by organization, user, date range, device, conversation status, and other supported filters.
Hosted Model Context Protocol endpoint at mcp.nx.vet — AI assistants work with your NxVET data using your API key.